summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 8f33a79a073..deba4b62396 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -238,15 +238,15 @@ ifndef LIBEXT
endif
ifndef CC_OUTPUT_FLAG
- CC_OUTPUT_FLAG = -o
+ CC_OUTPUT_FLAG = -o
endif # CC_OUTPUT_FLAG
ifndef SO_OUTPUT_FLAG
- SO_OUTPUT_FLAG = -o
+ SO_OUTPUT_FLAG = -o
endif # SO_OUTPUT_FLAG
ifndef LINK_OUTPUT_FLAG
- LINK_OUTPUT_FLAG = -o
+ LINK_OUTPUT_FLAG = -o
endif # LINK_OUTPUT_FLAG
#----------------------------------------------------------------------------
@@ -425,7 +425,7 @@ ifdef shared_libs
#### Don't build static libs.
BUILD = $(VSHLIB) $(SHLIBA) $(VBIN)
LIB =
- OBJEXT = so
+# OBJEXT = so
ifndef VXWORKS
VDIR = .shobj/
ifeq ($(BIN),)