From f17ea2e71fa4295571f2522bf25a5d2026a82698 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 24 Aug 2007 14:02:30 +0000 Subject: * Makefile.pamphlet ($(addprefix $(axiom_build_bindir)/, notangle noweave)): Fix path to noweb C files. Refer to the touch command through $(TOUCH). * Makefile.in: Regenerate. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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)," \ -- cgit v1.2.3