From 9f99a4aaca3c9e6f82caa0b88ed80d55d9412320 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Thu, 15 May 2003 14:38:49 +0000 Subject: Get "make install-debug" to work. CVS patchset: 4851 CVS date: 2003/05/15 14:38:49 --- intl/Makefile.in | 9 +++++++-- 1 file 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: -- cgit v1.2.3