[Commit] nickle/builtin Makefile.am,1.6,1.7

Bart Massey commit at keithp.com
Tue Jun 17 20:49:47 PDT 2003


Committed by: bart

Update of /local/src/CVS/nickle/builtin
In directory home.keithp.com:/tmp/cvs-serv16798/builtin

Modified Files:
	Makefile.am 
Log Message:
Make the build environment compatible with reasonably modern
autoconf, suppressing random warnings.



Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/builtin/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	5 Dec 2002 09:09:47 -0000	1.6
+++ Makefile.am	18 Jun 2003 02:49:44 -0000	1.7
@@ -1,10 +1,10 @@
 noinst_LIBRARIES = libbuiltin.a
 
-DEFINES = -DBUILD=\""`$(top_srcdir)/date-sh`"\"
+DEFINES = -DBUILD=\""`sh $(top_srcdir)/date-sh`"\"
 
 CDEBUGFLAGS = -O -g
 
-CFLAGS = $(CDEBUGFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes \
+AM_CFLAGS = $(CDEBUGFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes \
 	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs $(DEFINES)
 




More information about the Commit mailing list