summaryrefslogtreecommitdiff
path: root/lang/camlp4
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-07-22 17:16:48 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-07-22 17:16:48 +0000
commitb56c6e1da3cded2e53920838306c73c0ec446f09 (patch)
treee510639a2f18c612e7776c48cff9f01918cb558a /lang/camlp4
parent3d5d0c0899f9812257f007bf1f76e1024bd01d61 (diff)
downloadpkgsrc-b56c6e1da3cded2e53920838306c73c0ec446f09.tar.gz
remove misplaced "@" which caused make problems
Diffstat (limited to 'lang/camlp4')
-rw-r--r--lang/camlp4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile
index 23773131cf0..840680d1e29 100644
--- a/lang/camlp4/Makefile
+++ b/lang/camlp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/12 22:36:59 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/22 17:16:48 dmcmahill Exp $
#
DISTNAME= camlp4-3.00
@@ -18,7 +18,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
pre-build:
if ! ${TEST} -x ${LOCALBASE}/bin/ocamlc.opt; then \
- @${ECHO} "No optimized ocaml binaries found"; \
+ ${ECHO} "No optimized ocaml binaries found"; \
cd ${WRKSRC}/config; \
${MV} Makefile Makefile.orig; \
${SED} -e "s/\.opt//g" Makefile.orig > Makefile; \