summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-10-10 20:22:47 +0000
committerRoland McGrath <roland@redhat.com>1995-10-10 20:22:47 +0000
commited02723506d8258e00b02ef6b68a242f3424e739 (patch)
treef1e510015efd5bdc9fa184698cf43424ef09a99d /GNUmakefile
parent692858922f60ed757d1683f8d3c559978a85dd18 (diff)
downloadgunmake-ed02723506d8258e00b02ef6b68a242f3424e739.tar.gz
.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5112bd9..6332ce9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -155,7 +155,7 @@ globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \
configure.bat glob.c fnmatch.c glob.h fnmatch.h)
$(globfiles): stamp-glob ;
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
- -rm -f $(globfiles)
+ -rm -f stamp-glob glob/*
tar xvf $< glob
cvs commit -m'Updated from libc' glob
touch $@
@@ -224,7 +224,7 @@ tarfiles: $(tarfiles)
distfiles=README INSTALL COPYING ChangeLog NEWS \
configure Makefile.in configure.in build.sh.in mkinstalldirs \
configh.dos configure.bat \
- acconfig.h $(srcs) remote-*.c $(globfiles) \
+ aclocal.m4 acconfig.h $(srcs) remote-*.c $(globfiles) \
make.texinfo make-stds.texi \
make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
install-sh \