diff options
author | Bill Nottingham <notting@redhat.com> | 2007-08-30 01:47:33 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-08-30 01:47:33 +0000 |
commit | 331a0be9ca761bf4d60a2c1724765fae1558c65c (patch) | |
tree | 1567a8c0ab1e28f866461203e755e5320a101f17 /po | |
parent | d5342a9dc6215bf454109c777d65fdafcf92db4f (diff) | |
download | initscripts-331a0be9ca761bf4d60a2c1724765fae1558c65c.tar initscripts-331a0be9ca761bf4d60a2c1724765fae1558c65c.tar.gz initscripts-331a0be9ca761bf4d60a2c1724765fae1558c65c.tar.bz2 initscripts-331a0be9ca761bf4d60a2c1724765fae1558c65c.tar.xz initscripts-331a0be9ca761bf4d60a2c1724765fae1558c65c.zip |
don't require targets when all we're doing is echoingr8-56
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |