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
commit2643916fb6e06df0aa8d179d1b9c408d7295b5b4 (patch)
treee2cac3a296e817455f9864baff1e2edbd317e33e /Makefile.in
parente366ab52786037fe8eaa3a1a492875c0af549c42 (diff)
downloadptycon-2643916fb6e06df0aa8d179d1b9c408d7295b5b4.tar.bz2
ptycon-2643916fb6e06df0aa8d179d1b9c408d7295b5b4.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