From: Jim Meyering Date: Fri, 27 Jan 1995 17:09:18 +0000 (+0000) Subject: (DEFS): Remove -Dlint. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f1dc613a53837979d4a610f97ff7173261d99e;p=pspp (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