guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile Makefile.am


From: Marius Vollmer
Subject: guile/guile-core/libguile Makefile.am
Date: Tue, 15 May 2001 17:56:48 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/15 17:56:48

Modified files:
        guile-core/libguile: Makefile.am 

Log message:
        (cpp_sig_symbols.c, cpp_err_symbols.c): Make
        dependent on cpp_cnvt.awk

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/Makefile.am.diff?cvsroot=OldCVS&tr1=1.129&tr2=1.130&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/Makefile.am
diff -u guile/guile-core/libguile/Makefile.am:1.129 
guile/guile-core/libguile/Makefile.am:1.130
--- guile/guile-core/libguile/Makefile.am:1.129 Tue May 15 07:57:22 2001
+++ guile/guile-core/libguile/Makefile.am       Tue May 15 17:56:48 2001
@@ -201,12 +201,12 @@
 ## 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]