diff options
author | Jim Meyering <jim@meyering.net> | 1995-01-27 17:09:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-01-27 17:09:18 +0000 |
commit | b284f343cba76dfda75136cd624854d8b6f11b9e (patch) | |
tree | 894d94e380c31c0f8b88150efffb18122d7396ba /lib | |
parent | 5dabd0cdec3519a7803897a2674e30ee9fbc4f12 (diff) | |
download | coreutils-b284f343cba76dfda75136cd624854d8b6f11b9e.tar.xz |
(DEFS): Remove -Dlint.
(DISTFILES): Add error.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 5134a179d..5b9679a8d 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 |