projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade to dnsmasq 2.25
[openwrt.git]
/
openwrt
/
package
/
ssmtp
/
Makefile
diff --git
a/openwrt/package/ssmtp/Makefile
b/openwrt/package/ssmtp/Makefile
index
0db7149
..
54235e5
100644
(file)
--- a/
openwrt/package/ssmtp/Makefile
+++ b/
openwrt/package/ssmtp/Makefile
@@
-20,7
+20,7
@@
BR2_PACKAGE_SSMTP=m
$(eval $(call PKG_template,SSMTP,ssmtp,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,SSMTP,ssmtp,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
@@
-49,7
+49,7
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
);
touch $@
);
touch $@
-$(PKG_BUILD_DIR)/.built:
$(PKG_BUILD_DIR)/.configured
+$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
all
touch $@
$(MAKE) -C $(PKG_BUILD_DIR) \
all
touch $@
This page took
0.025389 seconds
and
4
git commands to generate.