diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 22:00:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 22:00:33 +0000 |
commit | f7400ae4b14ca768ba989006cf2e4342bb2145e8 (patch) | |
tree | b48fb4b09982f1c58228006335079255336dc843 /netsvcs | |
parent | 89fef974f3307af66e852f972c87fc25bb27e38e (diff) | |
download | ATCD-f7400ae4b14ca768ba989006cf2e4342bb2145e8.tar.gz |
the first line of the Local Target (Server_Logging_Handler.*) override mysteriously disappeared, again.
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 f73b65f994e..8b02a108171 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 |