summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-03 20:47:55 +0000
committerRoland McGrath <roland@redhat.com>1993-06-03 20:47:55 +0000
commitb5fb6b260ea157a58ac5b34bda2a959fceefd690 (patch)
treef1bbf5b1485948b98ba54afcafe6793b98f2cbae /GNUmakefile
parent638267683891b0e13ceaa9d3110aec0181ba3033 (diff)
downloadgunmake-b5fb6b260ea157a58ac5b34bda2a959fceefd690.tar.gz
Formerly GNUmakefile.~104~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9410d41..cfcf350 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -147,7 +147,7 @@ $(prog): $(objs) $(globdep)
globfiles = $(addprefix glob/,COPYING.LIB Makefile.in \
glob.c fnmatch.c glob.h fnmatch.h)
$(globfiles): /home/gd/gnu/libc/posix/glob.tar
- tar xvfm $< $@
+ tar xvf $< $@
/home/gd/gnu/libc/posix/glob.tar: force
$(MAKE) -C $(@D) $(@F) no_deps=t
.PHONY: force