diff options
author | wiz <wiz> | 2001-06-09 15:22:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-09 15:22:41 +0000 |
commit | afbf9aee415180bfff1481fcb58f2fe08e702e3d (patch) | |
tree | 822444824c7122dc0b4d670a504e9630b733070a /devel/semantic | |
parent | 2c5466be12105f8332b97d97e6e35e2fef5c4643 (diff) | |
download | pkgsrc-afbf9aee415180bfff1481fcb58f2fe08e702e3d.tar.gz |
touch -> ${TOUCH}
Diffstat (limited to 'devel/semantic')
-rw-r--r-- | devel/semantic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index f1e557ba306..a1614da6506 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/08 21:03:05 cjones Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/09 15:22:41 wiz Exp $ # DISTNAME= semantic-1.3.3 @@ -42,7 +42,7 @@ BNFFILES= c.bnf make.bnf # XXX broken info post-extract: - cd ${WRKSRC} && touch semantic.info + cd ${WRKSRC} && ${TOUCH} semantic.info do-install: ${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR} |