summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 09:56:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 09:56:41 +0000
commit956d3eb78bfa798cee3071917aa18517f496078c (patch)
tree7466bed73247e8265962dfac8570228d2689597d /target/x86
parent293b09786c2c436116f1a11ae265f84cb8edb95d (diff)
- semicolon touchup. No other changes
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/grub/grub.mk2
-rw-r--r--target/x86/grub2/grub2.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/x86/grub/grub.mk b/target/x86/grub/grub.mk
index 126a5779a..89ef7645d 100644
--- a/target/x86/grub/grub.mk
+++ b/target/x86/grub/grub.mk
@@ -92,7 +92,7 @@ $(GRUB_DIR)/.configured: $(GRUB_DIR)/.unpacked
--infodir=/usr/info \
--disable-auto-linux-mem-opt \
$(GRUB_CONFIG-y) \
- );
+ )
touch $@
$(GRUB_DIR)/$(GRUB_BINARY): $(GRUB_DIR)/.configured
diff --git a/target/x86/grub2/grub2.mk b/target/x86/grub2/grub2.mk
index 18a149d78..07d38af68 100644
--- a/target/x86/grub2/grub2.mk
+++ b/target/x86/grub2/grub2.mk
@@ -94,7 +94,7 @@ $(GRUB2_DIR)/.configured: $(GRUB2_DIR)/.unpacked
--disable-auto-linux-mem-opt \
$(DISABLE_LARGEFILE) \
$(GRUB2_CONFIG-y) \
- );
+ )
touch $@
$(GRUB2_DIR)/$(GRUB2_BINARY): $(GRUB2_DIR)/.configured