summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-05 01:55:13 +0000
committerRoland McGrath <roland@redhat.com>1992-07-05 01:55:13 +0000
commit00fb56c2b9701d81d681cf61c100bb7b6b549fd2 (patch)
tree0c109fb4b1071460bd559c096615a1305175c83c /GNUmakefile
parente37b0392bec2620953ff1cd8387e2918a0141407 (diff)
downloadgunmake-00fb56c2b9701d81d681cf61c100bb7b6b549fd2.tar.gz
Formerly GNUmakefile.~70~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 504b332..b0f4f40 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -79,7 +79,9 @@ CC := $(CC) -b glibc
# getopt is in libc.
GETOPT =
-CPPFLAGS := -DSTDC_HEADERS -DHAVE_UNISTD_H -DHAVE_GLOB_H
+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
@@ -179,7 +181,7 @@ tests:# $(testdir)/run_make_tests.pl $(prog)
# cd $(<D); perl $(<F)
configure: /home/gd/gnu/autoconf/make.conf
- cp $< $@
+ -cp $< $@
/home/gd/gnu/autoconf/%: force;$(MAKE) -C $(@D) $(@F)
# Make the distribution tar files.