From 76f1dc613a53837979d4a610f97ff7173261d99e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 27 Jan 1995 17:09:18 +0000 Subject: [PATCH] (DEFS): Remove -Dlint. (DISTFILES): Add error.h. --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2