projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eeaebb
)
kexec-tools: Minor makefile line end fixes
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Mon, 24 Aug 2009 20:08:35 +0000
(20:08 +0000)
committer
Geoff Levand
<geoffrey.levand@am.sony.com>
Mon, 24 Aug 2009 20:08:35 +0000
(20:08 +0000)
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17373
package/kexec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index c4b1379466d05e6912967374267f719a306c5bc5..4374b5b937ca0c6c3812adfa24642496455386bb 100644
(file)
--- a/
package/kexec-tools/Makefile
+++ b/
package/kexec-tools/Makefile
@@
-50,11
+50,11
@@
CONFIGURE_ARGS = \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--libexecdir=/usr/lib \
- --sysconfdir=/etc
\
+ --sysconfdir=/etc
CONFIGURE_VARS += \
BUILD_CC="$(HOSTCC)" \
- TARGET_CC="$(TARGET_CC)"
\
+ TARGET_CC="$(TARGET_CC)"
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) all