+
+ * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+ ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
* ldlang.c (lang_finish): Add CONST type modifier to declaration
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
+MKINSTALLDIRS = @MKINSTALLDIRS@
CC = @CC@
GENCAT = @GENCAT@
all: all-@USE_NLS@
-all-yes: $(CATALOGS)
+all-yes: $(CATALOGS) @MAINT@ $(PACAKAGE).pot
all-no:
-$(srcdir)/$(PACKAGE).pot: @MAINT@ $(POTFILES)
+$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
--add-comments --keyword=_ --keyword=N_ \
--files-from=$(srcdir)/POTFILES.in
install: install-exec install-data
install-exec:
+install-info:
install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
+
+ * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+ ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
Fix problems when bfd_vma is wider than long.