fix spurious rcs build errors

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12909 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-10-08 16:31:16 +00:00
parent ac5d4ca3dc
commit f2b073cd6d

View File

@ -1,5 +1,5 @@
--- rcs-5.7.orig/src/conf.h --- /dev/null
+++ rcs-5.7/src/conf.h +++ b/src/conf.h
@@ -0,0 +1,399 @@ @@ -0,0 +1,399 @@
+/* RCS compile-time configuration */ +/* RCS compile-time configuration */
+ +
@ -400,3 +400,14 @@
+ +
+/* <time.h> */ +/* <time.h> */
+time_t time P((time_t*)); +time_t time P((time_t*));
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -153,7 +153,7 @@
$(REMOVE) TAGS
#(Unix
-conf.h : conf.sh Makefile
+conf.h :
$(REMOVE) a.*
ALL_CFLAGS="$(ALL_CFLAGS)" \
CC='$(CC)' \