summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-16 18:41:16 +0000
committerRoland McGrath <roland@redhat.com>1993-04-16 18:41:16 +0000
commit088a491f10586d1f3ac0411e4230820567e7e37a (patch)
treef2d2d40c6672eb562d2a3f0c3db96e5c30622675 /GNUmakefile
parent681f7a3067ab7c1a8b38e1bda3d6077fc37c3316 (diff)
downloadgunmake-088a491f10586d1f3ac0411e4230820567e7e37a.tar.gz
Formerly GNUmakefile.~99~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6658ff3..3bd6e26 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -235,7 +235,7 @@ $(alpha-dir)/%: %
define make-tar
@rm -fr make-$(version)
ln -s . make-$(version)
-tar cvhf $@ $(addprefix make-$(version)/,$^)
+tar cvhof $@ $(addprefix make-$(version)/,$^)
rm -f make-$(version)
endef