From: Mike Baker Date: Wed, 16 Aug 2006 23:55:22 +0000 (+0000) Subject: correct .built rule X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2e35ff4cab356f654ba6da69890492e54fd15848;p=openwrt%2Fsvn-archive%2Farchive.git correct .built rule SVN-Revision: 4575 --- diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index aa960cc550..57b903aa97 100644 --- 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