diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-13 15:12:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-13 15:12:12 +0000 |
commit | bfa9eff762e8341d885c005b7d434e977292bba7 (patch) | |
tree | 6f7687f019224c3d2382e90ec8057167cf6573d3 /ace/Makefile | |
parent | 8c4911e0040b638111c13f7dbb64259061a009f0 (diff) | |
download | ATCD-bfa9eff762e8341d885c005b7d434e977292bba7.tar.gz |
ChangeLogTag: Thu Jul 13 10:10:54 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/Makefile')
-rw-r--r-- | ace/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Makefile b/ace/Makefile index 8f31b8ccdc9..4e789cc432c 100644 --- a/ace/Makefile +++ b/ace/Makefile @@ -4,10 +4,6 @@ # Makefile for the entire ACE release #---------------------------------------------------------------------------- -ifneq ($(ssl),) - DIRS += SSL -endif # ssl - MAKEFILE = Makefile LIB = libACE.a SHLIB = libACE.$(SOEXT) @@ -273,6 +269,10 @@ ifneq ($(GHS),) endif # 86 endif # GHS +ifneq ($(ssl),) + DIRS += SSL +endif # ssl + #### #### Build customization. #### @@ -512,7 +512,7 @@ Svc_Conf_l.cpp: Svc_Conf.l ifneq ($(qt_reactor),) QtReactor_moc.cpp: QtReactor.h - moc QtReactor.h >QtReactor_moc.cpp + moc QtReactor.h >QtReactor_moc.cpp endif #qt_reactor ifeq ($(SUPPRESS_DASH_G),1) |