reverted last change

This commit is contained in:
John Voltz 2008-03-11 17:52:40 +00:00
parent 36be219225
commit e73610e136
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE) $(MPFR_PATCH_SOURCE)
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
( cd $(MPFR_DIR); patch -p1 -N -Z < ../../$(MPFR_PATCH_SOURCE); )
( cd $(MPFR_DIR); patch -p1 -N -Z < $(MPFR_PATCH_SOURCE); )
endif
touch $@