Bugfixes for 'make extra'.

This commit is contained in:
Erik Larsson 2010-12-15 14:09:10 +01:00
parent 5a41022810
commit daa1f3edcd
3 changed files with 6 additions and 1 deletions

View File

@ -37,6 +37,9 @@ libtool: $(LIBTOOL_DEPS)
strip:
(cd ntfsprogs && $(MAKE) strip) || exit 1;
libs:
(cd libntfs-3g && $(MAKE) libs) || exit 1;
extra: extras
extras: libs

View File

@ -78,3 +78,5 @@ if INSTALL_LIBRARY
$(RM) -f "$(DESTDIR)/$(rootlibdir)"/libntfs-3g.so*
endif
libs: $(lib_LTLIBRARIES)

View File

@ -118,7 +118,7 @@ strip: $(bin_PROGRAMS) $(sbin_PROGRAMS)
$(STRIP) $^
libs:
(cd ../libntfs && $(MAKE) libs) || exit 1;
(cd ../libntfs-3g && $(MAKE) libs) || exit 1;
extra: extras