mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
(cpp_sig_symbols.c, cpp_err_symbols.c): Make
dependent on cpp_cnvt.awk
This commit is contained in:
parent
f41be016f6
commit
a9c093e27f
1 changed files with 2 additions and 2 deletions
|
@ -201,12 +201,12 @@ schemelib_DATA = guile-procedures.txt
|
||||||
## Add -MG to make the .x magic work with auto-dep code.
|
## Add -MG to make the .x magic work with auto-dep code.
|
||||||
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
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 > \
|
$(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_err_symbols.in > \
|
||||||
cpp_err_symbols.tmp
|
cpp_err_symbols.tmp
|
||||||
mv cpp_err_symbols.tmp cpp_err_symbols.c
|
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 > \
|
$(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_sig_symbols.in > \
|
||||||
cpp_sig_symbols.tmp
|
cpp_sig_symbols.tmp
|
||||||
mv cpp_sig_symbols.tmp cpp_sig_symbols.c
|
mv cpp_sig_symbols.tmp cpp_sig_symbols.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue