1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

(cpp_sig_symbols.c, cpp_err_symbols.c): Make

dependent on cpp_cnvt.awk
This commit is contained in:
Marius Vollmer 2001-05-16 00:56:48 +00:00
parent f41be016f6
commit a9c093e27f

View file

@ -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