1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 11:11:20 +02:00

small bugfix in package rules file

SVN-Revision: 2228
This commit is contained in:
Felix Fietkau 2005-10-22 11:33:25 +00:00
parent d9aead4fdc
commit 68018684d4

@ -73,10 +73,8 @@ compile:
$(PKG_TRACE) Configuring...; \ $(PKG_TRACE) Configuring...; \
$(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \ $(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \
} }
@[ -f $(PKG_BUILD_DIR)/.built ] || { \ @$(PKG_TRACE) Compiling...
$(PKG_TRACE) Compiling...; \ @$(MAKE) compile-targets $(MAKE_TRACE)
$(MAKE) compile-targets $(MAKE_TRACE); \
}
install-targets: install-targets:
install: install: