mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +00:00
(stamp-glob): Remove $(globfiles), not the whole glob directory.
This commit is contained in:
parent
cbfc50cb51
commit
28b622b8a1
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \
|
||||||
configure.bat glob.c fnmatch.c glob.h fnmatch.h)
|
configure.bat glob.c fnmatch.c glob.h fnmatch.h)
|
||||||
$(globfiles): stamp-glob ;
|
$(globfiles): stamp-glob ;
|
||||||
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
|
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
|
||||||
-rm -rf glob
|
-rm -f $(globfiles)
|
||||||
tar xvf $< glob
|
tar xvf $< glob
|
||||||
cvs commit -m'Updated from libc' glob
|
cvs commit -m'Updated from libc' glob
|
||||||
touch $@
|
touch $@
|
||||||
|
|
Loading…
Reference in a new issue