From 2e35ff4cab356f654ba6da69890492e54fd15848 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 16 Aug 2006 23:55:22 +0000 Subject: [PATCH] correct .built rule SVN-Revision: 4575 --- net/openntpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2