aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--po/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1dc0a6f..ef7ee6d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* ChangeLog, initscripts.spec: 8.56-1
+ * po/Makefile: don't require targets when all we're doing is echoing
+
* src/rename_device.c: fix open() call
* rc.d/init.d/functions, rc.d/rc.sysinit:
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)