diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 3ddb23fd..57881b1d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -15,7 +15,7 @@ POTFILES = ../rc.d/init.d/* ../rc.d/rc.* ../sysconfig/network-scripts/* all: $(NLSPACKAGE).pot $(FMTCATALOGS) $(NLSPACKAGE).pot: $(POTFILES) - echo "Please don't do that." + @echo "Please don't do that." # # ./xgettext_sh --initscripts $(POTFILES) > $(NLSPACKAGE).po # if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \ |