From 28b622b8a1faac42babd2577612a13592056f9be Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Mar 1995 05:51:44 +0000 Subject: (stamp-glob): Remove $(globfiles), not the whole glob directory. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ea22dd9..6cd76bf 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 -rf glob + -rm -f $(globfiles) tar xvf $< glob cvs commit -m'Updated from libc' glob touch $@ -- cgit v1.2.3