summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-26 22:04:38 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-26 22:04:38 +0000
commit62386077f664574c0c2193bf0a9b408c1d55ee1a (patch)
tree97ccb0cbda938b355b518d0dd9165f15e7295752 /Makefile.am
parentee9a80c0788cf255d603b7cfffd65052f563b744 (diff)
downloadxine-lib-62386077f664574c0c2193bf0a9b408c1d55ee1a.tar.gz
xine-lib-62386077f664574c0c2193bf0a9b408c1d55ee1a.tar.bz2
Add install-debug rules. This fix the "make install" problem with
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a92cc99d..9b9d4b7d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,10 @@ debug:
(cd $$subdir && $(MAKE) $@) \
done;
+install-debug: debug
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ (cd $$subdir && $(MAKE) $@) \
+ done;
prune-cache:
-rm -f config.cache