diff Makefile.inc @ 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 6003a9af43af
line wrap: on
line diff
--- a/Makefile.inc	Mon May 19 17:47:34 2014 +0100
+++ b/Makefile.inc	Tue May 20 13:53:17 2014 +0100
@@ -32,7 +32,7 @@
 
 LIBS	:= $(CQ_DIR)/libcq.a $(VAMPSDK_DIR)/libvamp-sdk.a
 
-all: $(PLUGIN)
+all: constant-q-cpp $(PLUGIN)
 
 $(PLUGIN):	$(OBJECTS) $(LIBS)
 	$(CXX) -o $@ $^ $(LIBS) $(PLUGIN_LDFLAGS)