summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 16:26:47 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 16:26:47 +0000
commit498b3220d00959d9cbc0d065ca01e602ac6d046c (patch)
tree1fec2d96c196d125a072d340010a0ef91be2c02b /include
parentd605d5a1756fdf0d52395af66f257ef39a7d14ea (diff)
downloadATCD-498b3220d00959d9cbc0d065ca01e602ac6d046c.tar.gz
ChangeLogTag:Tue Oct 19 11:24:16 1999 Nanbor Wang <nanbor@cs.wustl.edu>
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),)