diff options
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) |