- 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

@@ -26,7 +26,7 @@ $(FLEX_DIR)/.unpacked: $(DL_DIR)/$(FLEX_SOURCE) $(DL_DIR)/$(FLEX_PATCH)
ifneq ($(FLEX_PATCH),)
toolchain/patch-kernel.sh $(FLEX_DIR) $(DL_DIR) $(FLEX_PATCH)
if [ -d $(FLEX_DIR)/debian/patches ]; then \
toolchain/patch-kernel.sh $(FLEX_DIR) $(FLEX_DIR)/debian/patches \*.patch ; \
toolchain/patch-kernel.sh $(FLEX_DIR) $(FLEX_DIR)/debian/patches \*.patch; \
fi
endif
$(CONFIG_UPDATE) $(FLEX_DIR)