mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- semicolon touchup. No other changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user