diff options
author | dmcmahill <dmcmahill> | 2000-07-22 17:16:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-22 17:16:48 +0000 |
commit | 1d5b83ede87b6308ea2ba6a6e62f4c1a7659f731 (patch) | |
tree | e510639a2f18c612e7776c48cff9f01918cb558a /lang | |
parent | c0d03761fed63e254eed9113554ecae11652c009 (diff) | |
download | pkgsrc-1d5b83ede87b6308ea2ba6a6e62f4c1a7659f731.tar.gz |
remove misplaced "@" which caused make problems
Diffstat (limited to 'lang')
-rw-r--r-- | lang/camlp4/Makefile | 4 |
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; \ |