From 82a9d9d6c604cf95a359f4bd58e727ffde68456a Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 26 Oct 2002 03:50:37 +0000 Subject: Changed target of install-debug to debug. CVS patchset: 3002 CVS date: 2002/10/26 03:50:37 --- include/Makefile.am | 2 +- m4/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index f9bfec264..15ee42507 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -11,7 +11,7 @@ CONFIG_CLEAN_FILES = xine.h debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" -install-debug: install +install-debug: debug mostlyclean-generic: diff --git a/m4/Makefile.am b/m4/Makefile.am index c091d24f7..4126695e7 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -34,7 +34,7 @@ EXTRA_DIST = \ debug: -install-debug: install +install-debug: debug mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -- cgit v1.2.3