diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-25 16:25:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-25 16:25:31 +0000 |
commit | 0cb64f08b867104eb629cc6fed8db9a740e08df0 (patch) | |
tree | 26af71aec1c69c44847c1719bae0b1d228ac5bed /include | |
parent | 542c3cbd39b6a558a6fdce27d12103cb9c327c7e (diff) | |
download | ATCD-0cb64f08b867104eb629cc6fed8db9a740e08df0.tar.gz |
added BUILD definition when building static libs only
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 008180faeea..836ba7d7bb5 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -277,6 +277,7 @@ ifdef shared_libs #### Build shared libs only. ifeq ($(SHLIB),) #### Makefile only specifies static libs, so only build static libs. + BUILD = $(VLIB) $(VBIN) else # ! SHLIB #### Don't build static libs. BUILD = $(VSHLIB) $(SHLIBA) $(VBIN) |