diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2005-01-14 00:08:41 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2005-01-14 00:08:41 +0000 |
commit | f03ebd99a8e85f09d1abcde8fcc4a6b3318d82ad (patch) | |
tree | ca924ee5fe1800aa7cc9a6988deb314778f2e315 | |
parent | fa1c8adea11fd3ef66edf1968a331f8f34e9f787 (diff) | |
download | xine-lib-f03ebd99a8e85f09d1abcde8fcc4a6b3318d82ad.tar.gz xine-lib-f03ebd99a8e85f09d1abcde8fcc4a6b3318d82ad.tar.bz2 |
- I always typo it, and install-debug sounds like it's to debug the
installation (rather than to install the debug)
CVS patchset: 7343
CVS date: 2005/01/14 00:08:41
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 03ae83068..662c90265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ debug: (cd $$subdir && $(MAKE) $@) || exit;\ done; +debug-install: install-debug install-debug: debug @list='$(SUBDIRS)'; for subdir in $$list; do \ |