summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-03-15 19:48:28 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-03-15 19:48:28 +0000
commit005ebcfce1763d40ac157e2a718d85c8b9243b3f (patch)
tree09a569a645fa880ee07dffea891b04c47e15d8ac /src
parent374f0370e46d3c00402872357d153aa12c708677 (diff)
downloadxine-lib-005ebcfce1763d40ac157e2a718d85c8b9243b3f.tar.gz
xine-lib-005ebcfce1763d40ac157e2a718d85c8b9243b3f.tar.bz2
fix broken install-debug
CVS patchset: 4427 CVS date: 2003/03/15 19:48:28
Diffstat (limited to 'src')
-rw-r--r--src/input/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 95345bd05..ea9436949 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -178,6 +178,9 @@ debug:
@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
install-debug: debug
+ @list='$(SUBDIRS)'; for subdir in $$list; do \
+ (cd $$subdir && $(MAKE) $@) || exit;\
+ done;
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
mostlyclean-generic: