X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.in;h=072a54083731bd3ccb208a7f1f25bb2e0566da65;hb=c39edfa52bd0437fbf662c63c148612d85691e95;hp=5134a179dd4bd897e12b191e2fd725de82fca9be;hpb=341c42c10d84a4b9e0214eb4f84976592b97f5d7;p=gnulib.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 5134a179d..072a54083 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -23,7 +23,7 @@ VPATH = @srcdir@ CC = @CC@ AR = ar RANLIB = @RANLIB@ -DEFS = -Dlint @DEFS@ +DEFS = @DEFS@ CFLAGS = @CFLAGS@ YACC = @YACC@ @@ -37,7 +37,8 @@ getversion.c group-member.c idcache.c isdir.c makepath.c \ modechange.c mountlist.c obstack.c safe-read.c savedir.c \ stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \ fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c stpcpy.c \ -strdup.c strstr.c strtol.c alloca.c long-options.c +strdup.c strstr.c strtol.c alloca.c long-options.c \ +memcmp.c memcpy.c memset.c OBJECTS = getdate.o posixtm.o \ argmatch.o backupfile.o basename.o dirname.o \ @@ -49,7 +50,7 @@ stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \ DISTFILES = Makefile.in backupfile.h getopt.h long-options.h modechange.h \ fnmatch.h fsusage.h group-member.h makepath.h mountlist.h obstack.h pathmax.h \ -safe-xstat.cin safe-xstat.hin getdate.c posixtm.c $(SOURCES) +safe-xstat.cin safe-xstat.hin getdate.c posixtm.c error.h $(SOURCES) all: libfu.a