From 03bfbfb8ca41ad988b5e41c7e80436266a97b312 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 26 Apr 2008 10:59:33 +0000 Subject: [PATCH] Mark alltools target as phony. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26546 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 387c456a34..933721571d 100644 --- a/Makefile +++ b/Makefile @@ -836,4 +836,4 @@ toolsclean: -include $(DEPS) -.PHONY: all doxygen *install* recurse strip tools +.PHONY: all doxygen *install* recurse strip *tools