]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~81~
authorRoland McGrath <roland@redhat.com>
Sun, 20 Dec 1992 22:59:52 +0000 (22:59 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 20 Dec 1992 22:59:52 +0000 (22:59 +0000)
GNUmakefile

index 75eb2d643001ab065ec5465270ccbcb33f5e2513..a685d225f48dd6c597499155437732f4abeb6627 100644 (file)
@@ -58,11 +58,6 @@ GETOPT =
 # glob is in libc too.
 GLOB = 
 
-CPPFLAGS := $(CPPFLAGS) \
-           -DSTDC_HEADERS -DHAVE_UNISTD_H -DHAVE_GLOB_H \
-           -DHAVE_GETDTABLESIZE -DHAVE_SYS_SIGLIST -DHAVE_DUP2 \
-           -DHAVE_GETCWD -DHAVE_SIGSETMASK -DHAVE_GETGROUPS -DHAVE_SETLINEBUF
-
 else
 
 globdep = glob/libglob.a
@@ -90,7 +85,7 @@ $(archpfx)remote.o: remote.c
 $(archpfx)remote.dep: remote.c
        $(mkdep) $(REMOTE) $< | sed 's,$*\.o,& $@,' > $@
 
-CPPFLAGS := $(CPPFLAGS) $(filter-out @%@,$(defines))
+CPPFLAGS := -I$(ARCH) $(CPPFLAGS) $(filter-out @%@,$(defines))
 
 ifneq "$(wildcard $(ARCH)/makefile)" ""
 include $(ARCH)/makefile