summaryrefslogtreecommitdiff
path: root/Objective-C
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 12:30:24 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 12:30:24 +0100
commita4b4371590987eb1288aa8370c9a546812ac2cca (patch)
treedff4cb5c6de1cfe1ce577d6901fc420953ac4d89 /Objective-C
parent0ddd59f939e1a1f25680b62155723afe82f0d143 (diff)
Make the build system work with manual copying again.
darcs-hash:081b10c8044f5b7ede7eaf943f0752f2546831e8
Diffstat (limited to 'Objective-C')
-rw-r--r--Objective-C/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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