From 8e1d76f47f530f3b76cfe81eb9da1348df17e801 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 14 May 2003 16:21:44 +0000 Subject: as announced on xine-devel, this is the big Makefile refactoring: extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44 --- intl/Makefile.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'intl') diff --git a/intl/Makefile.in b/intl/Makefile.in index 468bae54b..b38eb9a00 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -25,6 +25,8 @@ top_srcdir = @top_srcdir@ top_builddir = .. VPATH = @srcdir@ +include $(top_srcdir)/misc/Makefile.common + prefix = @prefix@ exec_prefix = @exec_prefix@ transform = @program_transform_name@ @@ -307,12 +309,6 @@ 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