cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/lib/Makefile.am


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/Makefile.am
Date: Fri, 12 Aug 2005 16:58:10 -0400

Index: ccvs/lib/Makefile.am
diff -u ccvs/lib/Makefile.am:1.99 ccvs/lib/Makefile.am:1.100
--- ccvs/lib/Makefile.am:1.99   Tue May 24 20:11:29 2005
+++ ccvs/lib/Makefile.am        Fri Aug 12 20:58:10 2005
@@ -64,9 +64,8 @@
 BUILT_SOURCES += $(ALLOCA_H)
 EXTRA_DIST += alloca_.h
 
-# We need the following in order to create an <alloca.h> when the system
+# We need the following in order to create <alloca.h> when the system
 # doesn't have one that works with the given compiler.
-all-local $(libcvs_a_OBJECTS): $(ALLOCA_H)
 alloca.h: alloca_.h
        cp $(srcdir)/alloca_.h address@hidden
        mv address@hidden $@
@@ -112,9 +111,8 @@
 BUILT_SOURCES += $(FNMATCH_H)
 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
 
-# We need the following in order to create an <fnmatch.h> when the system
+# We need the following in order to create <fnmatch.h> when the system
 # doesn't have one that supports the required API.
-all-local $(libcvs_a_OBJECTS): $(FNMATCH_H)
 fnmatch.h: fnmatch_.h
        cp $(srcdir)/fnmatch_.h address@hidden
        mv address@hidden $@
@@ -149,12 +147,6 @@
 
 ## end   gnulib module getdate
 
-## begin gnulib module getline
-
-EXTRA_DIST += getndelim2.h getndelim2.c
-
-## end   gnulib module getline
-
 ## begin gnulib module getndelim2
 
 EXTRA_DIST += getndelim2.h getndelim2.c
@@ -172,9 +164,8 @@
 BUILT_SOURCES += $(GETOPT_H)
 EXTRA_DIST += getopt_.h getopt_int.h
 
-# We need the following in order to create an <getopt.h> when the system
+# We need the following in order to create <getopt.h> when the system
 # doesn't have one that works with the given compiler.
-all-local $(libcvs_a_OBJECTS): $(GETOPT_H)
 getopt.h: getopt_.h
        cp $(srcdir)/getopt_.h address@hidden
        mv address@hidden $@
@@ -182,11 +173,11 @@
 
 ## end   gnulib module getopt
 
-## begin gnulib module gettext
+## begin gnulib module gettext-h
 
 libcvs_a_SOURCES += gettext.h
 
-## end   gnulib module gettext
+## end   gnulib module gettext-h
 
 ## begin gnulib module minmax
 
@@ -194,12 +185,6 @@
 
 ## end   gnulib module minmax
 
-## begin gnulib module regex
-
-libcvs_a_SOURCES += regex.h
-
-## end   gnulib module regex
-
 ## begin gnulib module setenv
 
 libcvs_a_SOURCES += setenv.h
@@ -211,9 +196,8 @@
 BUILT_SOURCES += $(STDBOOL_H)
 EXTRA_DIST += stdbool_.h
 
-# We need the following in order to create an <stdbool.h> when the system
+# We need the following in order to create <stdbool.h> when the system
 # doesn't have one that works.
-all-local $(libcvs_a_OBJECTS): $(STDBOOL_H)
 stdbool.h: stdbool_.h
        sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
                < $(srcdir)/stdbool_.h > address@hidden
@@ -227,9 +211,8 @@
 BUILT_SOURCES += $(STDINT_H)
 EXTRA_DIST += stdint_.h
 
-# We need the following in order to create an <stdint.h> when the system
+# We need the following in order to create <stdint.h> when the system
 # doesn't have one that works with the given compiler.
-all-local $(libcvs_a_OBJECTS): $(STDINT_H)
 stdint.h: stdint_.h
        sed -e 
's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g'
 < $(srcdir)/stdint_.h > address@hidden
        mv address@hidden $@




reply via email to

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