diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-26 00:25:18 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-26 00:25:18 +0000 |
commit | d67e1dbd6907b004e56117c400564ab50c249855 (patch) | |
tree | bcc42d6d3a023478dcfd492ebced4fbdcc6a4ed2 | |
parent | 1f421a3f3d502abe4acb9078323070bbed99a3f8 (diff) | |
download | xine-lib-d67e1dbd6907b004e56117c400564ab50c249855.tar.gz xine-lib-d67e1dbd6907b004e56117c400564ab50c249855.tar.bz2 |
Fixed Makefile.am to install when using "make install-debug"
CVS patchset: 3370
CVS date: 2002/11/26 00:25:18
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 3057e94fd..c9eef5b81 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -34,7 +34,7 @@ EXTRA_DIST = \ debug: -install-debug: debug +install-debug: install @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am mostlyclean-generic: |