2003/09/08 04:24:31
[org.ibex.core.git] / Makefile.upstream
index ad7cf73..8fa2290 100644 (file)
@@ -83,7 +83,7 @@ vendor: .vendor; @true
        (test -e upstream/$*/patches && cd upstream/$*/src && for A in ../patches/*.patch; do patch -p0 < $$A; done); true
        touch $@
 
-.configure_%_$(target):: .download_% 
+.configure_%_$(target): .download_% 
        @echo -e "\n\033[1mconfiguring $*...\033[0m"
        mkdir -p upstream/$*/build-$(target)
        cd upstream/$*/build-$(target); \