diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-09 21:42:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-09 21:42:05 +0000 |
commit | 4d83e7283f77f06744cfbc2b3891a6d92ebe137f (patch) | |
tree | ebf70f3bad8f8e14de0931c62c64f12607595917 /include/makeinclude | |
parent | bab0789c37c578bae09cef8507f721e1e5860dd8 (diff) | |
download | ATCD-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.GNU | 1 |
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),) |