From: Jim Meyering Date: Fri, 27 Jan 1995 17:09:18 +0000 (+0000) Subject: (DEFS): Remove -Dlint. X-Git-Tag: textutils-1_12_1~325 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b284f343cba76dfda75136cd624854d8b6f11b9e;p=thirdparty%2Fcoreutils.git (DEFS): Remove -Dlint. (DISTFILES): Add error.h. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 5134a179dd..5b9679a8dc 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@ @@ -49,7 +49,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