summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-23 13:52:50 +0000
committermidipix <writeonce@midipix.org>2021-05-23 14:25:06 +0000
commitf43bd88566dea03032eab0baddff192d2fc61494 (patch)
tree0dc96454735ed5eeb61c2a0fcb7d909e3745242a /Makefile.in
parent831d95063aa708c329d26f4e80e79f4276f98861 (diff)
downloadpemagine-f43bd88566dea03032eab0baddff192d2fc61494.tar.bz2
pemagine-f43bd88566dea03032eab0baddff192d2fc61494.tar.xz
build system: Makefile.in: properly support project-specified make file names.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 49ee097..9c27151 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -282,7 +282,7 @@ dirs.tag:
mkdir -p lib
touch dirs.tag
-host.tag: Makefile
+host.tag: @makefile@
$(CC) $(CFLAGS) -dumpmachine > host.tmp
mv host.tmp host.tag
@@ -299,7 +299,7 @@ distclean: clean
rm -f cfgdefs.mk
rm -f usrdefs.mk
rm -f config.log
- rm -f Makefile
+ rm -f @makefile@
rmdir build ccenv bin lib 2>&1 || true
clean: clean-implib