diff options
author | David D. Zuhn <zoo@cygnus> | 1992-12-25 01:26:01 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-12-25 01:26:01 +0000 |
commit | 3c60e496c9d1d451ff5513f64144b58152f01a21 (patch) | |
tree | 2af9a8c8f521c384ae75d33c0063173b0f840e5a /test-build.mk | |
parent | 74991624b29fb59eba67e2efe4bea9570cf899f8 (diff) | |
download | gdb-3c60e496c9d1d451ff5513f64144b58152f01a21.zip gdb-3c60e496c9d1d451ff5513f64144b58152f01a21.tar.gz gdb-3c60e496c9d1d451ff5513f64144b58152f01a21.tar.bz2 |
updated dates
Diffstat (limited to 'test-build.mk')
-rw-r--r-- | test-build.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-build.mk b/test-build.mk index 77c9eb9..035d17e 100644 --- a/test-build.mk +++ b/test-build.mk @@ -43,7 +43,7 @@ CVS_TAG := CVS_MODULE := latest ### Historically, this was identical to CVS_TAG. This is changing. -RELEASE_TAG := latest-921217 +RELEASE_TAG := latest-921224 ### Historically, binaries were installed here. This is changing. release_root := $(ROOTING)/$(RELEASE_TAG) @@ -71,7 +71,7 @@ FLAGS_TO_PASS := \ "host=$(host)" -prefixes = -prefix=$(release_root) -exec_prefix=$(release_root)/H-$(host) +prefixes = -prefix=$(release_root) -exec-prefix=$(release_root)/H-$(host) relbindir = $(release_root)/H-$(host)/bin |