projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix gdbserver depend
[openwrt.git]
/
package
/
ppp
/
Makefile
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index
1da9715
..
e1c3907
100644
(file)
--- a/
package/ppp/Makefile
+++ b/
package/ppp/Makefile
@@
-62,7
+62,7
@@
$(PKG_BUILD_DIR)/.configured:
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
)
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
)
- touch $
(PKG_BUILD_DIR)/.configured
+ touch $
@
$(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
$(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
@@
-72,7
+72,7
@@
$(PKG_BUILD_DIR)/.built:
COPTS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)/usr" \
all install
COPTS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)/usr" \
all install
- touch $
(PKG_BUILD_DIR)/.built
+ touch $
@
$(IPKG_PPP):
install -d -m0755 $(IDIR_PPP)/etc/ppp
$(IPKG_PPP):
install -d -m0755 $(IDIR_PPP)/etc/ppp
This page took
0.034811 seconds
and
4
git commands to generate.