- semicolon touchup. No other changes

This commit is contained in:
Bernhard Reutner-Fischer
2007-08-22 09:56:41 +00:00
parent 293b09786c
commit 956d3eb78b
92 changed files with 295 additions and 295 deletions

View File

@@ -42,7 +42,7 @@ endif
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
( cd $(MPFR_DIR) ; patch -p1 < $(DL_DIR)/$(MPFR_PATCH_FILE) ; )
( cd $(MPFR_DIR); patch -p1 < $(DL_DIR)/$(MPFR_PATCH_FILE); )
endif
touch $@