From: Roland McGrath Date: Mon, 13 Mar 1995 05:51:44 +0000 (+0000) Subject: (stamp-glob): Remove $(globfiles), not the whole glob directory. X-Git-Tag: 3.72.12~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b622b8a1faac42babd2577612a13592056f9be;p=thirdparty%2Fmake.git (stamp-glob): Remove $(globfiles), not the whole glob directory. --- diff --git a/GNUmakefile b/GNUmakefile index ea22dd93..6cd76bfc 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 $@