diff options
-rw-r--r-- | intl/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index b38eb9a00..2a1717a7e 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -25,8 +25,6 @@ top_srcdir = @top_srcdir@ top_builddir = .. VPATH = @srcdir@ -include $(top_srcdir)/misc/Makefile.common - prefix = @prefix@ exec_prefix = @exec_prefix@ transform = @program_transform_name@ @@ -309,6 +307,13 @@ Makefile: Makefile.in ../config.status cd .. \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +debug: + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" + +install-debug: debug + @$(MAKE) $(AM_MAKEFLAGS) install-exec install-data + # 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: |