From: mbm Date: Wed, 16 Aug 2006 23:55:22 +0000 (+0000) Subject: correct .built rule X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=078bbf10b5d4f1595ff0d286b756f3a8a014fc68;p=packages.git correct .built rule git-svn-id: svn://svn.openwrt.org/openwrt/packages@4575 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index aa960cc55..57b903aa9 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