From e0e954f2989ce2e93fa6f591ef1ec195ce2d8289 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 9 Nov 2008 23:09:19 +0100 Subject: [PATCH] Build: The target `tests' is phony. Otherwise, the tests refuse to run when `check-customs' is started, because it created a directory called `tests' :) --- build/Makebottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5