summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-11 01:01:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-11 01:01:00 +0000
commita002ce4cdf771fdaf72c9f505f086cb3f0c1b1e8 (patch)
treeaf348826d23dabc5f61e16fe352ead4f4649b2a6 /include
parent8f013ee41cf6b0ef317bd72be497bdff9d839907 (diff)
downloadATCD-a002ce4cdf771fdaf72c9f505f086cb3f0c1b1e8.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 4e9189579ec..e6852f6358e 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -74,23 +74,14 @@ PCCFLAGS += #### set in platform_macros.GNU file, e.g., -p
RM = /bin/rm
VAR =
VDIR = .obj/
+ifndef ACELIB
+ACELIB = -lACE
+endif
ifndef VSHDIR
VSHDIR = .shobj/
endif # VSHDIR
ifdef SHLIBA
VLDLIBS :=$(VLDLIBS) -lACEshr $(LIBS)
-else
-ifdef MVSLIB
- # Special for MVS in order to build .x files
- VLDLIBS :=$(VLDLIBS:$(VSHDIR)%.so=$(VDIR)%.o)
- ifeq ($(findstring .x,$(MVSLIB)),.x)
- VLDLIBS :=$(VLDLIBS:-l%=$(ACE_ROOT)/ace/lib%.x) $(MVSLIB)
- else
- LDLIBS :=$(VLDLIBS) $(MVSLIB)
- endif
-else
-VLDLIBS :=$(VLDLIBS) -lACE $(LIBS)
-endif
endif
YACC = yacc