aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d84d6e4..a1bfe62 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -160,7 +160,9 @@ clean:
pseudo_wrapper_table.c \
pseudo_tables.c pseudo_tables.h \
pseudo_ports.h port_wrappers.c \
- offsets32 offsets64
+ offsets32 offsets64 \
+ port_deps.mk func_deps.mk
+ touch port_deps.mk func_deps.mk
distclean: clean
rm -f Makefile
@@ -183,3 +185,8 @@ tarball:
rmdir pseudo \
)
tar cjf pseudo-$(VERSION).tar.bz2 pseudo-$(VERSION)
+
+# Note when we need to rebuild pseudo_wrappers.o
+include port_deps.mk
+include func_deps.mk
+