projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486be38
)
libamsel: cleanup, fix cflags
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Jul 2007 10:31:53 +0000
(10:31 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Jul 2007 10:31:53 +0000
(10:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8268
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libamsel/Makefile
patch
|
blob
|
history
diff --git
a/libs/libamsel/Makefile
b/libs/libamsel/Makefile
index
a0da70c
..
09291dc
100644
(file)
--- a/
libs/libamsel/Makefile
+++ b/
libs/libamsel/Makefile
@@
-34,15
+34,11
@@
endef
define Build/Configure
endef
-define Build/Compile
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
- $(MAKE) -C $(PKG_BUILD_DIR) \
- $(TARGET_CONFIGURE_OPTS) \
- LDIR=$(PKG_BUILD_DIR) \
- PREFIX="$(PKG_INSTALL_DIR)/usr" \
- all install
-endef
+MAKE_FLAGS += \
+ CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)" \
+ LDIR=$(PKG_BUILD_DIR) \
+ PREFIX="$(PKG_INSTALL_DIR)/usr" \
+ all install
define Build/InstallDev
mkdir -p $(STAGING_DIR)/usr/include