diff options
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | misc/Makefile.common | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index b9690c579..3c344a393 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## +### ## Process this file with automake to produce Makefile.in ## @@ -34,7 +34,7 @@ EXTRA_DIST = config.rpath autogen.sh \ noinst_HEADERS = config.h -CONFIG_CLEAN_FILES = libtool-nofpic +CONFIG_CLEAN_FILES = libtool docs: @cd doc && $(MAKE) $@ @@ -100,7 +100,7 @@ maintainer-clean-generic: -rm -f Makefile.in configure acinclude.m4 aclocal.m4 -rm -f config.h.in stamp-h.in ltconfig ltmain.sh -rm -f config.guess config.sub install-sh missing mkinstalldirs - -rm -f libtool-nofpic depcomp config.log + -rm -f depcomp config.log maintainer-clean-generic-hook: rm -f config.status diff --git a/misc/Makefile.common b/misc/Makefile.common index 2ed4916a3..e0bcc28ef 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -1,4 +1,4 @@ -LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic +LIBTOOL = $(SHELL) $(top_builddir)/libtool XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la $(XINE_LIB): |