summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-21 21:20:18 +0200
committerBernhard Reutner-Fischer2007-08-21 21:20:18 +0200
commit6c6cb0670986717b42f8de03fd020abb3fa120fb (patch)
treed50a8eaaed94db4111bc65250c9e0c2123804508 /package/Makefile.autotools.in
parent- remove a superfluous semicolon (diff)
downloadbuildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.gz
buildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.xz
buildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.zip
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index a6d356ffa..768d040a6 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -59,7 +59,7 @@
# relative path in the package source from which to run configure and
# make
#
-## The following variables contain hook target names;
+## The following variables contain hook target names
## by default they do nothing, they can be overriden in package makefiles
#
# FOO_HOOK_POST_BUILD, FOO_HOOK_POST_INSTALL
@@ -192,7 +192,7 @@ $(BUILD_DIR)/%/.stamp_configured:
--exec-prefix=/usr \
--sysconfdir=/etc \
$($(PKG)_CONF_OPT)
- touch $@;
+ touch $@
# Build
$(BUILD_DIR)/%/.stamp_built: