summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-05-19 23:34:28 +0000
committerRoland McGrath <roland@gnu.org>1993-05-19 23:34:28 +0000
commit3e24330a4ce3a1679244692cdd4b028f17981d73 (patch)
tree5aace51830f4374310a7879c15b0d2aa5b6f7977 /Makefile
parent89cb82f64bbf818c960c3b68399c878f7b3d16e3 (diff)
Formerly Makefile.~70~
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bc223b2b1..7b862c7d35 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs))
+ansi_dirs := assert ctype locale math setjmp \
signal stdio stdlib malloc string time
+posix_dirs := dirent grp pwd posix io termios
-+other_dirs := resource socket misc gnulib $(wildcard crypt)
++other_dirs := resource socket misc gnulib $(wildcard crypt) manual
subdirs := $(strip $(+ansi_dirs) $(+posix_dirs) $(+other_dirs) \
$(sysdep-subdirs))
export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63.
@@ -179,7 +179,7 @@ parent_echo-distinfo:
distribute := README INSTALL NOTES COPYING.LIB COPYING ChangeLog NEWS \
Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \
ansidecl.h \
- configure configure.in aclocal.m4 config.sub \
+ configure configure.in aclocal.m4 config.sub config.guess\
munch-tmpl.c munch.awk gnu-stabs.h sysdep.h
export distribute := $(strip $(distribute))