projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e9006
)
Build: fix dependencies of tests executable.
author
Davin McCall
<davmac@davmac.org>
Sat, 17 Jun 2017 10:26:59 +0000
(11:26 +0100)
committer
Davin McCall
<davmac@davmac.org>
Sat, 17 Jun 2017 10:26:59 +0000
(11:26 +0100)
src/tests/Makefile
patch
|
blob
|
history
diff --git
a/src/tests/Makefile
b/src/tests/Makefile
index dea221a14e82534c21cbbeb35481c04a8849cb87..b9f4da72f1e4f5a8fa33249563599d405e2b3109 100644
(file)
--- a/
src/tests/Makefile
+++ b/
src/tests/Makefile
@@
-8,7
+8,7
@@
check: build-tests
build-tests: tests
-tests: $(objects)
+tests: $(objects)
$(parent_objs)
$(CXX) -o tests tests.o $(parent_objs) $(EXTRA_LIBS)
$(objects): %.o: %.cc