summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-09-12 10:23:17 -0400
committerPaul Moore <pmoore@redhat.com>2013-10-14 14:56:30 -0400
commit3b6b69184196189d3b53ae695c0d130b9cf70784 (patch)
treeb0ef4e4227dda489d38f784bef54ff9505d64f32
parent4021195b83f6d7fd50c382928cb522feadaea842 (diff)
downloadlibseccomp-3b6b69184196189d3b53ae695c0d130b9cf70784.tar.gz
build: correct some build dependencies
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4fd50c6..6fcae19 100644
--- a/Makefile
+++ b/Makefile
@@ -78,15 +78,15 @@ include: $(VERSION_HDR) $(CONFIGS)
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@
-src: $(VERSION_HDR) $(CONFIGS)
+src: $(VERSION_HDR) $(CONFIGS) include
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@
-tests: src
+tests: src include
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@
-tools: src
+tools: src include
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@