diff options
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk index d9bde4b..b9e2fa6 100644 --- a/build-all.mk +++ b/build-all.mk @@ -9,11 +9,11 @@ TREE = devo NATIVE = native -DATE = 930408 +DATE = 930426 TAG = latest-$(DATE) -INSTALLDIR = /build/ian/devo-test/$(TAG) +INSTALLDIR = /rtl/justice/devo-test/$(TAG) ifndef host host := $(shell $(TREE)/config.guess) |