summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-05-15 14:38:49 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-05-15 14:38:49 +0000
commit9f99a4aaca3c9e6f82caa0b88ed80d55d9412320 (patch)
tree7fa594b311475008a3ca471113f9e4fc9a3322d6
parent0f5ec75399ef32d05cd25e1ad7f18bb075a7687f (diff)
downloadxine-lib-9f99a4aaca3c9e6f82caa0b88ed80d55d9412320.tar.gz
xine-lib-9f99a4aaca3c9e6f82caa0b88ed80d55d9412320.tar.bz2
Get "make install-debug" to work.
CVS patchset: 4851 CVS date: 2003/05/15 14:38:49
-rw-r--r--intl/Makefile.in9
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: