summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-10 20:24:58 +0000
committermidipix <writeonce@midipix.org>2021-04-10 20:54:51 +0000
commit4f9a5d29c736533cfe785cec9a71534e9e0e4a7c (patch)
treec78c6f44b901c667ba4d83a3cfefdf9a6a429452 /Makefile.in
parenta5bdb0b4d1d712c1933a9e6e772b6facc497977a (diff)
downloadptycon-4f9a5d29c736533cfe785cec9a71534e9e0e4a7c.tar.bz2
ptycon-4f9a5d29c736533cfe785cec9a71534e9e0e4a7c.tar.xz
build system: posix make support: handle out-of-tree builds in posix make mode.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 00238b1..cbec844 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -244,6 +244,10 @@ app-objs: dirs $(APP_OBJS)
+$(APP_SRCS): srcs.tag
+
+$(COMMON_SRCS): srcs.tag
+
$(APP_OBJS): $(ALL_HEADERS) host.tag tree.tag
$(SHARED_OBJS): $(ALL_HEADERS) host.tag tree.tag
@@ -300,6 +304,7 @@ distclean: clean
clean: clean-implib
rm -f tree.tag
+ rm -f srcs.tag
rm -f dirs.tag
rm -f host.tag
rm -f host.tmp