diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-26 15:52:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-26 15:52:47 +0000 |
commit | 63ddbacf196d20610ad2ffec00b029c9d774c921 (patch) | |
tree | c365be4ee36f3ae53c0277444d1513552f5b05e1 /build-all.mk | |
parent | 194d98c69ea4bd52906349456bff74d39c9018fe (diff) | |
download | gdb-63ddbacf196d20610ad2ffec00b029c9d774c921.zip gdb-63ddbacf196d20610ad2ffec00b029c9d774c921.tar.gz gdb-63ddbacf196d20610ad2ffec00b029c9d774c921.tar.bz2 |
Updated dates.
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) |