From c642b6943e8b1335f310af7b56d859f403ff2766 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Jul 2002 16:02:08 +0000 Subject: s/PHONY/.PHONY/ --- perl-install/Makefile.drakxtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 3174b4a78..e5e7f4ae8 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -16,7 +16,7 @@ LIBX11DEST = $(PREFIX)/usr/X11R6/lib/X11 LIBDEST = $(LIBDIR)/$(NAME) PIXDIR = $(DATADIR)/$(NAME)/pixmaps INITDIR = $(PREFIX)/etc/rc.d/init.d -PHONY: $(DIRS) +.PHONY: $(DIRS) all: rpcinfo-flushed $(DIRS) -- cgit v1.2.1