aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6926822d..5893d979 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,8 +51,9 @@ $(addprefix $(axiom_build_bindir)/, notangle noweave):
if test "$(srcdir)" != "$(builddir)" -a ! -d noweb; then \
cp -r $(srcdir)/noweb $(builddir); \
fi;
+ $(TOUCH) $(wildcard $(builddir)/noweb/src/c/*.h) \
+ $(wildcard $(builddir)/noweb/src/c/*.c) && \
cd noweb/src && \
- touch *.h *.c && \
cat Makefile \
| sed -e "s,^BIN=.*,BIN=$(axiom_abs_build_bindir)," \
-e "s,^LIB=.*,LIB=$(axiom_abs_build_libdir)," \