summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-10-05 19:02:27 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-10-05 19:02:27 +0000
commit5c7f96fdd28e8451849458bfb4c2c85de3fa5ab2 (patch)
tree24acd1c63eadea685b14bf9f2d4913adf6634a8d /ace/Makefile
parent20ff751b21b30fb4154bbcb5b4803d0d39240c32 (diff)
downloadATCD-5c7f96fdd28e8451849458bfb4c2c85de3fa5ab2.tar.gz
ChangeLogTag: Fri Oct 5 13:55:02 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Makefile b/ace/Makefile
index 5ce6245bdf5..8c1ed321a8f 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -575,17 +575,12 @@ QtReactor_moc.cpp: QtReactor.h
$(MOC) QtReactor.h >QtReactor_moc.cpp
endif #qt_reactor
-ifeq ($(SUPPRESS_DASH_G),1)
-#### Build this target without -g on some platforms.
- $(COMPILE-NO_DASH_G.cc) -o $@ $<
-endif # SUPPRESS_DASH_G
-
ifeq ($(CHORUS),1)
ifeq ($(CC),$(GHS_DIR)/build -driver ch68)
#### Build this target without -g, because it causes ghs 1.8.8 to core
#### dump.
$(VDIR)Select_Reactor.o .obj/Select_Reactor.so .shobj/Select_Reactor.o .shobj/Select_Reactor.so:
- $(COMPILE-NO_DASH_G.cc) -o $@ $<
+ $(COMPILE-NO_DASH_G.cc) -o $@ $<
endif # CC
endif # CHORUS