diff options
-rw-r--r-- | include/Makefile.am | 2 | ||||
-rw-r--r-- | 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 *~ \#* .*~ .\#* |