summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-09 21:42:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-09 21:42:05 +0000
commit4d83e7283f77f06744cfbc2b3891a6d92ebe137f (patch)
treeebf70f3bad8f8e14de0931c62c64f12607595917 /include/makeinclude
parentbab0789c37c578bae09cef8507f721e1e5860dd8 (diff)
downloadATCD-4d83e7283f77f06744cfbc2b3891a6d92ebe137f.tar.gz
added BUILD line with both shared_libs and static_libs enabled, so that individual Makefiles don't need a BUILD line
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/wrapper_macros.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index b9330ee2670..9d3e23f33e6 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -299,6 +299,7 @@ VBIN = $(BIN:%=%$(VAR))
ifdef shared_libs
ifdef static_libs
#### Build both shared and static libs.
+ BUILD = $(VSHLIB) $(SHLIBA) $(VLIB) $(VBIN)
else # ! static_libs
#### Build shared libs only.
ifeq ($(SHLIB),)