ref: 53fab201a6702a0e017527eff6f0caedfc01204e
parent: 9a34e9a1e2b4817dca56fd7ad3b9b5cbf43bb4fd
author: Ori Bernstein <[email protected]>
date: Mon May 7 09:50:24 EDT 2012
Rebuild libparse when it changes. Changed headers caused problems when building. This should make sure that library versions are in sync with the header.
--- a/8/Makefile
+++ b/8/Makefile
@@ -8,6 +8,8 @@
LDFLAGS+=-L../parse -lparse
EXTRADEP=../parse/libparse.a
+../libparse.a:
+ make -C ../parse
+
include ../mk/lexyacc.mk
include ../mk/c.mk
-