Correction to pkgutils.mk

This commit is contained in:
Ian Douglas Scott 2017-03-04 21:36:23 -08:00
parent 474793fb6e
commit 9a536df40c
No known key found for this signature in database
GPG key ID: 4924E10E199B5959

View file

@ -1,7 +1,7 @@
pkgutils: \ pkgutils: \
filesystem/bin/pkg filesystem/bin/pkg
filesystem/bin/%: programs/pkgutils/Cargo.toml programs/pkgutils/src/bin/%.rs $(BUILD)/libstd.rlib filesystem/bin/%: programs/pkgutils/Cargo.toml programs/pkgutils/src/*.rs programs/pkgutils/src/bin/%.rs $(BUILD)/libstd.rlib
mkdir -p filesystem/bin mkdir -p filesystem/bin
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@ $(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
$(STRIP) $@ $(STRIP) $@