changeset 434:d0610d27e9c2

(maintainer-clean): Rename from realclean. (.PHONY): New dependencies. [.c.o]: Remove -I. since safe-l?stat.h is no longer used.
author Jim Meyering <jim@meyering.net>
date Sat, 13 May 1995 13:55:56 +0000
parents c518df1ae5a3
children 591cf1287b32
files lib/Makefile.in
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in	Sat May 13 13:30:10 1995 +0000
+++ b/lib/Makefile.in	Sat May 13 13:55:56 1995 +0000
@@ -58,7 +58,7 @@
 .SUFFIXES: .c .o
 
 .c.o:
-	$(CC) -c $(CPPFLAGS) $(DEFS) -I. -I.. -I$(srcdir) $(CFLAGS) $<
+	$(CC) -c $(CPPFLAGS) $(DEFS) -I.. -I$(srcdir) $(CFLAGS) $<
 
 subdir = lib
 Makefile: ../config.status Makefile.in
@@ -83,7 +83,7 @@
 distclean: clean
 	rm -f Makefile *.tab.c tposixtm.c
 
-realclean: distclean
+maintainer-clean: distclean
 	rm -f TAGS getdate.c posixtm.c
 
 distdir = ../`cat ../distname`/$(subdir)
@@ -133,6 +133,9 @@
 obstack.o: obstack.h
 group-member.o: group-member.h
 
+.PHONY: all check clean dist distclean install installdirs \
+maintainer-clean mostlyclean uninstall
+
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: