(all-yes): Always depend on CATALOGS. From Ulrich Drepper.
authorJim Meyering <jim@meyering.net>
Sat, 11 May 1996 01:49:04 +0000 (01:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 May 1996 01:49:04 +0000 (01:49 +0000)
(.po.mo): Disable dependency and rule when not in maintainer mode.

po/Makefile.in.in

index fd45152..086e0ce 100644 (file)
@@ -73,8 +73,8 @@ INSTOBJEXT = @INSTOBJEXT@
        $(MAKE) $(PACKAGE).pot
        $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
 
-.po.mo:
-       $(MSGFMT) -o $@ $<
+@MAINT@.po.mo:
+@MAINT@        $(MSGFMT) -o $@ $<
 
 .po.gmo:
        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
@@ -87,7 +87,7 @@ INSTOBJEXT = @INSTOBJEXT@
 
 all: all-@USE_NLS@
 
-all-yes all-gettext: cat-id-tbl.c @MAINT@$(CATALOGS) $(GMOFILES)
+all-yes all-gettext: cat-id-tbl.c $(CATALOGS) @MAINT@$(GMOFILES)
 all-no:
 
 $(PACKAGE).pot: $(POTFILES)