- fix previous incomplete commit of mine
This commit is contained in:
parent
d733bd626a
commit
8b855510d5
@ -38,12 +38,16 @@ $(DL_DIR)/$(MPFR_PATCH_FILE):
|
||||
libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
|
||||
endif
|
||||
|
||||
ifeq ($(MPFR_PATCH),)
|
||||
$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE)
|
||||
else
|
||||
$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
|
||||
endif
|
||||
$(MPFR_CAT) $(DL_DIR)/$(MPFR_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
|
||||
$(CONFIG_UPDATE) $(MPFR_DIR)
|
||||
ifneq ($(MPFR_PATCH),)
|
||||
( cd $(MPFR_DIR) ; patch -p1 < $(MPFR_PATCH_FILE) ; )
|
||||
( cd $(MPFR_DIR) ; patch -p1 < $(DL_DIR)/$(MPFR_PATCH_FILE) ; )
|
||||
endif
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user