summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-20 14:18:33 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-20 14:18:33 +0000
commit0cc3ce974d4b60079b91863321230b80504a9b5b (patch)
tree16a48839ca74b3e3457c5878fd88521426510d2f /src
parent007f8763a4e29dbabc31226c3f5a200e596f361e (diff)
downloadxine-lib-0cc3ce974d4b60079b91863321230b80504a9b5b.tar.gz
xine-lib-0cc3ce974d4b60079b91863321230b80504a9b5b.tar.bz2
fix make debug
CVS patchset: 2872 CVS date: 2002/10/20 14:18:33
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index 8418d6910..cd10b0823 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -32,7 +32,7 @@ noinst_HEADERS = bswap.h nvtvd.h
@INCLUDED_INTL_TRUE@ @cd $(top_builddir)/intl && $(MAKE) libintl.la
debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(THREAD_CFLAGS) $(X_CFLAGS)
+ @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(THREAD_CFLAGS) $(X_CFLAGS)"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am