mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@136576 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
471 B
Diff
14 lines
471 B
Diff
Fix intermittent parallel build failure
|
|
https://trac.macports.org/ticket/45159
|
|
--- sfbpf/Makefile.in.orig 2015-04-23 10:19:16.000000000 -0500
|
|
+++ sfbpf/Makefile.in 2015-05-20 09:11:52.000000000 -0500
|
|
@@ -776,7 +776,7 @@
|
|
|
|
|
|
# use of $@ and $< here is a GNU idiom that borks BSD
|
|
-sf_scanner.c: $(srcdir)/scanner.l
|
|
+sf_scanner.c: $(srcdir)/scanner.l ${builddir}/tokdefs.h
|
|
@rm -f $(srcdir)/sf_scanner.c
|
|
$(srcdir)/runlex.sh $(V_LEX) -osf_scanner.c $(srcdir)/scanner.l
|
|
|