diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index f38366d30..0dee5284f 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -21,8 +21,6 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -include $(top_srcdir)/misc/Makefile.common - prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ @@ -196,6 +194,9 @@ Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status +debug: +install-debug: install + # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |