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.in


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/Makefile.in
Date: Sun, 04 Sep 2005 21:47:59 -0400

Index: ccvs/lib/Makefile.in
diff -u ccvs/lib/Makefile.in:1.188 ccvs/lib/Makefile.in:1.189
--- ccvs/lib/Makefile.in:1.188  Sun Sep  4 15:21:26 2005
+++ ccvs/lib/Makefile.in        Mon Sep  5 01:47:59 2005
@@ -325,24 +325,24 @@
        allocsa.h allocsa.c cycle-check.c cycle-check.h dev-ino.h \
        basename.c stripslash.c error.h exit.h getnline.h getnline.c \
        gettext.h mbchar.h mbchar.c mbuiter.h minmax.h setenv.h \
-       strcase.h strnlen1.h strnlen1.c strstr.h time_r.h \
+       size_max.h strcase.h strnlen1.h strnlen1.c strstr.h time_r.h \
        printf-args.h printf-parse.h vasnprintf.h vasprintf.h \
        xalloc-die.c xgethostname.h xgethostname.c xreadlink.h \
        xreadlink.c xsize.h
 libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@
 BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \
-       $(STDBOOL_H) $(STDINT_H) $(GLOB_H)
+       $(GLOB_H) $(STDBOOL_H) $(STDINT_H)
 MOSTLYCLEANFILES = alloca.h alloca.h-t fnmatch.h fnmatch.h-t \
        getdate-expected getdate-got getdate.diff getopt.h getopt.h-t \
-       stdbool.h stdbool.h-t stdint.h stdint.h-t glob.h glob.h-t
+       glob.h glob.h-t stdbool.h stdbool.h-t stdint.h stdint.h-t
 DISTCLEANFILES = getdate.log
 MAINTAINERCLEANFILES = getdate.c
 TESTS = test-getdate.sh
 EXTRA_DIST = .cvsignore ChangeLog.fsf Makefile.gnulib build_lib.com \
        libcvs.dep libcvs.dsp libcvs.mak test-getdate.sh alloca_.h \
        allocsa.valgrind fnmatch_.h fnmatch_loop.c getdate.c \
-       getndelim2.h getndelim2.c getopt_.h getopt_int.h stdbool_.h \
-       stdint_.h glob_.h
+       getndelim2.h getndelim2.c getopt_.h getopt_int.h glob_.h \
+       stdbool_.h stdint_.h
 getdate_SOURCES = error.c getdate.y progname.c
 getdate_CPPFLAGS = -DTEST
 getdate_LDADD = \
@@ -823,6 +823,13 @@
        cp $(srcdir)/getopt_.h address@hidden
        mv address@hidden $@
 
+# We need the following in order to create an <getopt.h> when the system
+# doesn't have one that works with the given compiler.
+all-local $(libcvs_a_OBJECTS): $(GLOB_H)
+glob.h: glob_.h
+       cp $(srcdir)/glob_.h address@hidden
+       mv address@hidden $@
+
 # We need the following in order to create <stdbool.h> when the system
 # doesn't have one that works.
 stdbool.h: stdbool_.h
@@ -834,13 +841,6 @@
 # doesn't have one that works with the given compiler.
 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 $@
-
-# We need the following in order to create an <getopt.h> when the system
-# doesn't have one that works with the given compiler.
-all-local $(libcvs_a_OBJECTS): $(GLOB_H)
-glob.h: glob_.h
-       cp $(srcdir)/glob_.h address@hidden
        mv address@hidden $@
 
 # Until Automake gets its act together




reply via email to

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