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:06 +0000
commit76b5c8e2b26898163c38bc4bf4e8a24991b646de (patch)
tree13882f1fbfc56a08a1e724a9825c3d6585349a2a /Makefile.in
parent94703963da658fb4c97bfefe7ae75bdbd27d8430 (diff)
downloadsbpython2-76b5c8e2b26898163c38bc4bf4e8a24991b646de.tar.bz2
sbpython2-76b5c8e2b26898163c38bc4bf4e8a24991b646de.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