aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-24 14:02:30 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-24 14:02:30 +0000
commitf17ea2e71fa4295571f2522bf25a5d2026a82698 (patch)
treed0c9fcd18a6085ef7f1bb6a31ee9cae0f24a3de1 /Makefile.in
parent5d679dde22326163b822c0b6f6fc134a326ccaa0 (diff)
downloadopen-axiom-f17ea2e71fa4295571f2522bf25a5d2026a82698.tar.gz
* Makefile.pamphlet ($(addprefix $(axiom_build_bindir)/, notangle
noweave)): Fix path to noweb C files. Refer to the touch command through $(TOUCH). * Makefile.in: Regenerate.
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)," \