diff options
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 6b25f0d9..211fa729 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in | |||
@@ -495,13 +495,20 @@ $(DUMMYPOFILES): | |||
495 | update-gmo: Makefile $(GMOFILES) | 495 | update-gmo: Makefile $(GMOFILES) |
496 | @: | 496 | @: |
497 | 497 | ||
498 | # | ||
499 | # The next two targets are customized for MHD | ||
500 | # | ||
501 | |||
498 | # Recreate Makefile by invoking config.status. Explicitly invoke the shell, | 502 | # Recreate Makefile by invoking config.status. Explicitly invoke the shell, |
499 | # because execution permission bits may not work on the current file system. | 503 | # because execution permission bits may not work on the current file system. |
500 | # Use @SHELL@, which is the shell determined by autoconf for the use by its | 504 | # Use @SHELL@, which is the shell determined by autoconf for the use by its |
501 | # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. | 505 | # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. |
502 | Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ | 506 | Makefile: Makefile.in.in Makevars $(top_builddir)/po-config.status @POMAKEFILEDEPS@ |
503 | cd $(top_builddir) \ | 507 | cd $(top_builddir) \ |
504 | && @SHELL@ ./config.status $(subdir)/$@.in po-directories | 508 | && @SHELL@ ./po-config.status $(subdir)/$@.in po-directories |
509 | |||
510 | $(top_builddir)/po-config.status: $(srcdir)/po-configure.ac.in $(top_srcdir)/configure.ac | ||
511 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) po-config.status | ||
505 | 512 | ||
506 | force: | 513 | force: |
507 | 514 | ||