diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /japanese/gawk | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) |
Notes
Diffstat (limited to 'japanese/gawk')
-rw-r--r-- | japanese/gawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index 59af0bfbce23..7136950c315e 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -40,7 +40,7 @@ pre-fetch: done; \ for file in ${DISTPATCHES} ; do zcat $${file}; done | \ ${SED} -e '1,/-----8</d' -e '/-----8</,/-----8</d' | uudecode; \ - rm -f ${DISTPATCHES};\ + ${RM} -f ${DISTPATCHES};\ fi) .endif |