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:07 +0000
commit53cf2efa54939fec1285c8e7a738744ab1cdd027 (patch)
tree4efe4ad00468112942bb58344ef563887e9cb394 /Makefile.in
parenta564456678c6897f156ae34c1c88bf9167304d5a (diff)
downloadsbpython3-53cf2efa54939fec1285c8e7a738744ab1cdd027.tar.bz2
sbpython3-53cf2efa54939fec1285c8e7a738744ab1cdd027.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