summaryrefslogtreecommitdiff
path: root/japanese/lynx/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-26 05:41:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-26 05:41:36 +0000
commitc139b554e510eeb23ba9cc63143fbb74f8b9b494 (patch)
treeee4bab1a7dff3f9473bf76caa41363143fa4a10a /japanese/lynx/Makefile
parentFix parallel builds by sanitizing inner Makefiles and removing possible race (diff)
Fix typos in comments and use correct flavor of braces.
Notes
Notes: svn path=/head/; revision=323682
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r--japanese/lynx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
index fcf5ec4779c1..1f3bc936a748 100644
--- a/japanese/lynx/Makefile
+++ b/japanese/lynx/Makefile
@@ -54,7 +54,7 @@ INSTALL_TARGET= install-full
INSTALL_TARGET= install install-help
.endif
-# Change "cd foo; $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
+# Change "cd foo && $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
# parallel builds
post-patch:
@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\(MAKE_RECUR\))|\2 -C \1|' \