From 331a0be9ca761bf4d60a2c1724765fae1558c65c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 30 Aug 2007 01:47:33 +0000 Subject: don't require targets when all we're doing is echoing --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index d750ccc4..5692608a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,7 +16,7 @@ POTFILES = /etc/ppp/ip* /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* \ all: $(NLSPACKAGE).pot $(FMTCATALOGS) -$(NLSPACKAGE).pot: $(POTFILES) +$(NLSPACKAGE).pot: @echo "Please don't run 'make initscripts.pot unless you have a *FULL*, current install." new-pot-file-i-really-mean-it: $(POTFILES) -- cgit v1.2.1