summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 12:26:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 12:26:31 +0000
commit17e727a129a6e39c2720c2b9d324a184bd81fd62 (patch)
tree429ddb455fca2d47ca0b10aaae4c2b3066508f20 /include/makeinclude/wrapper_macros.GNU
parent2882f18ee91cb94f4978321a5ccf6bdc0ef4abe9 (diff)
downloadATCD-17e727a129a6e39c2720c2b9d324a184bd81fd62.tar.gz
moved VBIN definition from rules.bin.GNU to wrapper_macros.GNU
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r--include/makeinclude/wrapper_macros.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 9608b4ac408..25f62805c73 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -276,6 +276,10 @@ ifdef static_libs_only
override static_libs = 1
endif # static_libs_only
+#### We need to set VBIN here, because it's used in the BUILD
+#### definitions below.
+VBIN = $(BIN:%=%$(VAR))
+
ifdef shared_libs
ifdef static_libs
#### Build both shared and static libs.