projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
accept unknown server certificates by default on svn download
[openwrt.git]
/
package
/
linux-atm
/
Makefile
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
0e469c7
..
8fd081b
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-46,10
+46,7
@@
define Build/Prepare
endef
define Build/Configure
- (cd $(PKG_BUILD_DIR); \
- ./configure \
- )
- #$(call Build/Configure/Default)
+ $(call Build/Configure/Default)
# prevent autoheader invocation
touch $(PKG_BUILD_DIR)/stamp-h.in
endef
This page took
0.019886 seconds
and
4
git commands to generate.