diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 14:18:33 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 14:18:33 +0000 |
commit | 0cc3ce974d4b60079b91863321230b80504a9b5b (patch) | |
tree | 16a48839ca74b3e3457c5878fd88521426510d2f /src | |
parent | 007f8763a4e29dbabc31226c3f5a200e596f361e (diff) | |
download | xine-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.am | 2 |
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 |