diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 12:30:24 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 12:30:24 +0100 |
commit | a4b4371590987eb1288aa8370c9a546812ac2cca (patch) | |
tree | dff4cb5c6de1cfe1ce577d6901fc420953ac4d89 /Objective-C/GNUmakefile | |
parent | 0ddd59f939e1a1f25680b62155723afe82f0d143 (diff) |
Make the build system work with manual copying again.
darcs-hash:081b10c8044f5b7ede7eaf943f0752f2546831e8
Diffstat (limited to 'Objective-C/GNUmakefile')
-rw-r--r-- | Objective-C/GNUmakefile | 2 |
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 |