diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-18 04:04:25 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-18 04:04:25 +0000 |
commit | 5c6635a59e99c3ac2192126eff8d415d5f5aa58f (patch) | |
tree | 00e7644805f296ed766d64fb41bd950fc1fabcb8 /netsvcs | |
parent | 471f25b311995ee314a003ca26fcdb9977ab4065 (diff) | |
download | ATCD-5c6635a59e99c3ac2192126eff8d415d5f5aa58f.tar.gz |
the first line of the Local Target (Server_Logging_Handler.*) override mysteriously disappeared.
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netsvcs/lib/Makefile b/netsvcs/lib/Makefile index 6f8fa53ec1e..8ab2a7d4612 100644 --- a/netsvcs/lib/Makefile +++ b/netsvcs/lib/Makefile @@ -41,6 +41,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU ifeq ($(SUPPRESS_DASH_G),1) #### Build this target without -g on some platforms. +$(VDIR)Server_Logging_Handler.o $(VSHDIR)Server_Logging_Handler.$(SOEXT): $(COMPILE-NO_DASH_G.cc) -o $@ $< endif # SUPPRESS_DASH_G |