small bugfix in package rules file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2228 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2005-10-22 11:33:25 +00:00
parent 63190f17c1
commit f27f5ab928
1 changed files with 2 additions and 4 deletions

View File

@ -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: