diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:33:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:33:03 +0300 |
commit | 2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb (patch) | |
tree | 469bebda4e807139efb497edfca1ec0678b5ab8b /Makefile.bsd44 | |
parent | 66b0bdd602e952f20fa98f6ce5430cea68d4f598 (diff) | |
download | egawk-2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb.tar.gz egawk-2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb.tar.bz2 egawk-2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb.zip |
Move to gawk-2.15.5.
Diffstat (limited to 'Makefile.bsd44')
-rw-r--r-- | Makefile.bsd44 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bsd44 b/Makefile.bsd44 index 52b995e4..1daca532 100644 --- a/Makefile.bsd44 +++ b/Makefile.bsd44 @@ -10,5 +10,5 @@ MANDIR= /usr/share/man/cat CLEANFILES+=awk.c y.tab.h awk.0 awk.0: gawk.1 - nroff -man gawk.1 > awk.0 + nroff -man gawk.1 > awk.0 .include <bsd.prog.mk> |