projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b576c8
)
correct .built rule
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 16 Aug 2006 23:55:22 +0000
(23:55 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 16 Aug 2006 23:55:22 +0000
(23:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4575
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/openntpd/Makefile
patch
|
blob
|
history
diff --git
a/net/openntpd/Makefile
b/net/openntpd/Makefile
index
aa960cc
..
57b903a
100644
(file)
--- a/
net/openntpd/Makefile
+++ b/
net/openntpd/Makefile
@@
-80,12
+80,12
@@
$(call Build/Configure/Default, --with-builtin-arc4random \
--with-adjtimex)
endef
-$(PKG_BUILD_DIR)/.built:
+define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -DUSE_ADJTIMEX"
touch $@
-
+endef
define Package/openntpd/install
install -d -m0755 $(1)/etc