diff options
author | David D. Zuhn <zoo@cygnus> | 1992-11-05 23:04:38 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-11-05 23:04:38 +0000 |
commit | 378fd382525e70cbb8b4bf79f938ae93f6db8a92 (patch) | |
tree | 0415053134a14e200c72bb1c4b4f41e4b6b9d85a /test-build.mk | |
parent | 85c838d6131ea51bfdb76f158bcef7b34f748b32 (diff) | |
download | gdb-378fd382525e70cbb8b4bf79f938ae93f6db8a92.zip gdb-378fd382525e70cbb8b4bf79f938ae93f6db8a92.tar.gz gdb-378fd382525e70cbb8b4bf79f938ae93f6db8a92.tar.bz2 |
merge in some p3 Makefile changes
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 b5610bd..52bc3e5 100644 --- a/test-build.mk +++ b/test-build.mk @@ -38,7 +38,7 @@ CVS_TAG := CVS_MODULE := devo ### Historically, this was identical to CVS_TAG. This is changing. -RELEASE_TAG := latest +RELEASE_TAG := latest-921102 ### Historically, binaries were installed here. This is changing. release_root := $(ROOTING)/$(RELEASE_TAG) @@ -71,7 +71,7 @@ INPLACEDIR := $(host)-in-place HOLESDIR := $(host)-holes .PHONY: all -all: $(TREE)-stamp-co do1 do2 do3 comparison +all: in-place $(TREE)-stamp-co do1 do2 do3 comparison .PHONY: in-place in-place: $(host)-stamp-in-place |