diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-16 21:00:54 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-16 21:00:54 +0000 |
commit | da84ff34d0ab7df197c29412780970ebcedba093 (patch) | |
tree | 08b3c72f52d87500d33ccf5b2c0837cb1465c311 /package/mpfr/mpfr.mk | |
parent | fd4b8e90ca01f650e25ee832e431bbc8d863ced2 (diff) |
- forgot to mkdir
Diffstat (limited to 'package/mpfr/mpfr.mk')
-rw-r--r-- | package/mpfr/mpfr.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index e3b6e4188..5675cb6c5 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -36,6 +36,7 @@ endif touch $(MPFR_DIR)/.unpacked $(MPFR_TARGET_DIR)/.configured: $(MPFR_DIR)/.unpacked $(STAGING_DIR)/lib/$(GMP_BINARY) + mkdir -p $(MPFR_TARGET_DIR) (cd $(MPFR_TARGET_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ |