mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Formerly GNUmakefile.~81~
This commit is contained in:
parent
11404035d1
commit
40507f313a
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue