From a9c093e27f6670161b7a41df851821ffb68cdfb1 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 16 May 2001 00:56:48 +0000 Subject: [PATCH] (cpp_sig_symbols.c, cpp_err_symbols.c): Make dependent on cpp_cnvt.awk --- libguile/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 1931d2dc9..9f798076c 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -201,12 +201,12 @@ schemelib_DATA = guile-procedures.txt ## Add -MG to make the .x magic work with auto-dep code. MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -cpp_err_symbols.c: cpp_err_symbols.in +cpp_err_symbols.c: cpp_err_symbols.in cpp_cnvt.awk $(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_err_symbols.in > \ cpp_err_symbols.tmp mv cpp_err_symbols.tmp cpp_err_symbols.c -cpp_sig_symbols.c: cpp_sig_symbols.in +cpp_sig_symbols.c: cpp_sig_symbols.in cpp_cnvt.awk $(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_sig_symbols.in > \ cpp_sig_symbols.tmp mv cpp_sig_symbols.tmp cpp_sig_symbols.c