summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson2007-10-18 13:58:47 +0200
committerUlf Samuelsson2007-10-18 13:58:47 +0200
commitd84a9fc2564213c79dcfc54727d6b3f0c72321ae (patch)
treeee0dc7fd93a8b45a2a83826daf2fdb72d85a6698 /target
parentRemove debugging info from package/Makefile.in (diff)
downloadbuildroot-d84a9fc2564213c79dcfc54727d6b3f0c72321ae.tar.gz
buildroot-d84a9fc2564213c79dcfc54727d6b3f0c72321ae.tar.xz
buildroot-d84a9fc2564213c79dcfc54727d6b3f0c72321ae.zip
Fix syntax error in Makefile for Advanced Linux configuration
Diffstat (limited to 'target')
-rw-r--r--target/linux/Makefile.in.advanced2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced
index 08059921e..314b6a991 100644
--- a/target/linux/Makefile.in.advanced
+++ b/target/linux/Makefile.in.advanced
@@ -252,7 +252,7 @@ endif
ifeq ($(BR2_KERNEL_HEADERS_PATCH_DIR),y)
if [ -d $(KERNEL_HEADERS_PATCH_DIR) ] ; then \
toolchain/patch-kernel.sh $(LINUX26_DIR) $(KERNEL_HEADERS_PATCH_DIR) \
- linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} \
+ linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} ; \
fi
endif
ifeq ($(BR2_PACKAGE_OPENSWAN),y)