Fix from Christophe Grenier: some versions of make

do not accept -C switch.

(Logical change 1.684)
edge.strict_endians
cantab.net!aia21 2005-03-03 11:40:20 +00:00
parent 6ba06e46af
commit 6728963c80
1 changed files with 3 additions and 3 deletions

View File

@ -14,13 +14,13 @@ libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
strip:
$(MAKE) -C ntfsprogs strip
(cd ntfsprogs && $(MAKE) strip) || exit 1;
extra: extras
extras:
$(MAKE) -C ntfsprogs extras
(cd ntfsprogs && $(MAKE) extras) || exit 1;
libs:
$(MAKE) -C libntfs libs
(cd libntfs && $(MAKE) libs) || exit 1;