diff options
author | Roland McGrath <roland@redhat.com> | 1993-06-03 20:47:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-06-03 20:47:55 +0000 |
commit | b5fb6b260ea157a58ac5b34bda2a959fceefd690 (patch) | |
tree | f1bbf5b1485948b98ba54afcafe6793b98f2cbae /GNUmakefile | |
parent | 638267683891b0e13ceaa9d3110aec0181ba3033 (diff) | |
download | gunmake-b5fb6b260ea157a58ac5b34bda2a959fceefd690.tar.gz |
Formerly GNUmakefile.~104~
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |