]> mj.ucw.cz Git - libucw.git/commitdiff
Build: The target `tests' is phony.
authorMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2008 22:09:19 +0000 (23:09 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2008 22:09:19 +0000 (23:09 +0100)
Otherwise, the tests refuse to run when `check-customs' is started,
because it created a directory called `tests' :)

build/Makebottom

index f3482d3e18f9976599a21b11494b6ff5b113d271..8565d02c50eae1d8002761c00d2e64b337029b1e 100644 (file)
@@ -218,4 +218,4 @@ $(patsubst %.html,%.txt,$(DOCS)): $(o)/%.txt: $(s)/%.txt $(BUILDSYS)/doc-extract
 # when searching for implicit rules and thence targets considered intermediate.
 .SECONDARY:
 
-.PHONY: all clean distclean runtree programs api datafiles force tags configs dust install docs
+.PHONY: all clean distclean runtree programs api datafiles force tags configs dust install docs tests