From f03ebd99a8e85f09d1abcde8fcc4a6b3318d82ad Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 14 Jan 2005 00:08:41 +0000 Subject: - 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3