From 10826f440c5ff666a70c03ddc3c94acffbf10102 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Sun, 9 Sep 2007 10:28:15 +0000 Subject: [PATCH] Removed install-dirs from phony targets, it is unused MERGE TO STABLE --- distrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/Makefile b/distrib/Makefile index d60e111..f058996 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,7 +1,7 @@ include Makefile-vars -.PHONY: in-place mk-version-symlinks install-dirs install +.PHONY: in-place mk-version-symlinks install in-place :: @if test -x "./post-inplace-script" ; then \ -- 1.7.10.4