summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 13:05:08 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 13:05:08 +0000
commitc315974a4c82a3ab10edbc0bc9eb696ebfa188ac (patch)
tree63536a24a0c6dfb5dffef404fe656ebee20f1fa7
parent4e2cf7eec3bbf6c2fd8b92f9a8ad7e2c59347402 (diff)
downloadATCD-c315974a4c82a3ab10edbc0bc9eb696ebfa188ac.tar.gz
ChangeLogTag: Wed Mar 12 07:03:54 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--netsvcs/servers/Makefile.bor2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22a98cc4211..78afe1d9e22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 12 07:03:54 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * netsvcs/servers/Makefile.bor:
+
+ Applying Trevor Fields <fields_t@ociweb.com> modification. Change
+ $(OBJDIRS) to $(OBJDIR).
+
Tue Mar 11 14:12:46 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/USAGE:
diff --git a/netsvcs/servers/Makefile.bor b/netsvcs/servers/Makefile.bor
index 746ba07d7c2..92c4053a250 100644
--- a/netsvcs/servers/Makefile.bor
+++ b/netsvcs/servers/Makefile.bor
@@ -1,6 +1,6 @@
NAME = main
-OBJFILES = $(OBJDIRS)\$(NAME).obj
+OBJFILES = $(OBJDIR)\$(NAME).obj
CFLAGS = -I$(ACE_ROOT)\netsvcs\lib $(ACE_CFLAGS)
LIBFILES = $(ACE_LIB) $(NETSVCS_LIB)
!include <$(ACE_ROOT)\netsvcs\build.bor>