correct .built rule

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4575 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-08-16 23:55:22 +00:00
parent 3b576c8cef
commit 078bbf10b5

View File

@ -80,12 +80,12 @@ $(call Build/Configure/Default, --with-builtin-arc4random \
--with-adjtimex) --with-adjtimex)
endef endef
$(PKG_BUILD_DIR)/.built: define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -DUSE_ADJTIMEX" CFLAGS="$(TARGET_CFLAGS) -DUSE_ADJTIMEX"
touch $@ touch $@
endef
define Package/openntpd/install define Package/openntpd/install
install -d -m0755 $(1)/etc install -d -m0755 $(1)/etc