diff options
author | Roland McGrath <roland@redhat.com> | 1993-04-16 18:41:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-04-16 18:41:16 +0000 |
commit | 088a491f10586d1f3ac0411e4230820567e7e37a (patch) | |
tree | f2d2d40c6672eb562d2a3f0c3db96e5c30622675 | |
parent | 681f7a3067ab7c1a8b38e1bda3d6077fc37c3316 (diff) | |
download | gunmake-088a491f10586d1f3ac0411e4230820567e7e37a.tar.gz |
Formerly GNUmakefile.~99~
-rw-r--r-- | GNUmakefile | 2 |
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 |