[Commit] nickle Makefile.am,1.42,1.43 builtin.c,1.14,1.15

Bart Massey commit at keithp.com
Thu Feb 26 17:41:01 PST 2004


Committed by: bart

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

Modified Files:
	Makefile.am builtin.c 
Log Message:
Fixed some initial build bugs with update-version usage.



Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Makefile.am	16 Feb 2004 07:41:40 -0000	1.42
+++ Makefile.am	27 Feb 2004 01:40:58 -0000	1.43
@@ -19,7 +19,7 @@
 DEBIAN = debian/changelog  debian/control debian/copyright \
 	debian/docs debian/files debian/rules
 
-EXTRA_DIST = README.name autogen.sh update-version.sh make-version.sh \
+EXTRA_DIST = README.name autogen.sh update-version.sh \
 	$(NICKLEFILES) gram.h $(EXAMPLES) $(TEST) $(DEBIAN) version.m4
 
 bin_PROGRAMS = nickle
@@ -66,7 +66,7 @@
 
 $(USES_GRAM_H): gram.h
 
-builtin.o: version.h
+builtin.o: builtin/version.h
 
-version.h: $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
-	sh $(top_srcdir)/make-version.sh $(top_srcdir)/version.m4
+builtin/version.h: $(top_srcdir)/update-version.sh $(top_srcdir)/version.m4
+	sh $(top_srcdir)/update-version.sh $(top_srcdir)/version.m4

Index: builtin.c
===================================================================
RCS file: /local/src/CVS/nickle/builtin.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- builtin.c	25 Oct 2003 18:37:08 -0000	1.14
+++ builtin.c	27 Feb 2004 01:40:58 -0000	1.15
@@ -13,7 +13,7 @@
  */
 
 #include	"builtin.h"
-#include	"version.h"
+#include	"builtin/version.h"
 
 struct sbuiltin {
     char	    *value;




More information about the Commit mailing list