diff --git a/GNUmakefile b/GNUmakefile index 9410d413..cfcf3507 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