diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2005-04-23 18:44:25 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2005-04-23 18:44:25 +0000 |
| commit | 6b148928660f33f37559c41b56d13943335b49fb (patch) | |
| tree | b841c2c41eeea19645990cd264e85cecd5377bfc /usr.bin/tar/Makefile | |
| parent | 77e0f2287ad789cd6f71c925e24998aebceb6355 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar/Makefile')
| -rw-r--r-- | usr.bin/tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 7702f0f310e9..1e5c25ea2507 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -37,8 +37,8 @@ distfile: cat ${.CURDIR}/configure.ac.in | \ sed 's/@VERSION@/${VERSION}/' | \ cat > ${DIST_BUILD_DIR}/configure.ac - (cd ${DIST_BUILD_DIR} && aclocal19 && autoheader259 && autoconf259 ) - (cd ${DIST_BUILD_DIR} && automake19 -a --foreign) + (cd ${DIST_BUILD_DIR} && aclocal && autoheader && autoconf ) + (cd ${DIST_BUILD_DIR} && automake -a --foreign) (cd ${DIST_BUILD_DIR} && ./configure && make distcheck && make dist) mv ${DIST_BUILD_DIR}/${DISTFILE} ${.OBJDIR} @echo ================================================== |
