From: Martin Mares Date: Sun, 9 Nov 2008 22:09:19 +0000 (+0100) Subject: Build: The target `tests' is phony. X-Git-Tag: holmes-import~165 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e0e954f2989ce2e93fa6f591ef1ec195ce2d8289;p=libucw.git Build: The target `tests' is phony. Otherwise, the tests refuse to run when `check-customs' is started, because it created a directory called `tests' :) --- diff --git a/build/Makebottom b/build/Makebottom index f3482d3e..8565d02c 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -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