summaryrefslogtreecommitdiff
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:05 +0000
commite948c3d181edbddf353b287e31e376922621a446 (patch)
tree7414c07b47a20db8f0be059904507261edc78806 /Makefile.in
parent2b46d22652621da2b390c110f85f777618a5b5ec (diff)
downloadbcparser-e948c3d181edbddf353b287e31e376922621a446.tar.bz2
bcparser-e948c3d181edbddf353b287e31e376922621a446.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