mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-05 07:21:06 +02:00
kexec-tools: Minor makefile line end fixes
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17373 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5236da1813
commit
51034418fa
@ -50,11 +50,11 @@ CONFIGURE_ARGS = \
|
|||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
BUILD_CC="$(HOSTCC)" \
|
BUILD_CC="$(HOSTCC)" \
|
||||||
TARGET_CC="$(TARGET_CC)" \
|
TARGET_CC="$(TARGET_CC)"
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user