From a4b4371590987eb1288aa8370c9a546812ac2cca Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 7 Mar 2008 12:30:24 +0100 Subject: Make the build system work with manual copying again. darcs-hash:081b10c8044f5b7ede7eaf943f0752f2546831e8 --- Objective-C/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objective-C') diff --git a/Objective-C/GNUmakefile b/Objective-C/GNUmakefile index c3f64af..76a06c1 100644 --- a/Objective-C/GNUmakefile +++ b/Objective-C/GNUmakefile @@ -86,7 +86,7 @@ obj/%.o: %.m endif ../libffi-3.0.4/.libs/libffi.a: - (cd ../libffi-3.0.4 && chmod +x ltconfig && sh ./configure && make) + (cd ../libffi-3.0.4 && chmod +x ltconfig install-sh && sh ./configure && make) libffi_clean: -make -C ../libffi-3.0.4 distclean -- cgit v1.2.3