diff Makefile.linux @ 159:9d44ed673b85

Ensure subrepo Makefile is always invoked, not only if the target doesn't exist
author Chris Cannam
date Tue, 20 May 2014 13:53:17 +0100
parents 46818fed7174
children 8aa810eeff40
line wrap: on
line diff
--- a/Makefile.linux	Mon May 19 17:47:34 2014 +0100
+++ b/Makefile.linux	Tue May 20 13:53:17 2014 +0100
@@ -12,5 +12,6 @@
 
 include Makefile.inc
 
-constant-q-cpp/libcq.a:
-	$(MAKE) -C constant-q-cpp -f Makefile.linux libcq.a
+.PHONY: constant-q-cpp
+constant-q-cpp: 
+	$(MAKE) -C $@ -f Makefile.linux libcq.a