diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | netsvcs/servers/Makefile.bor | 2 |
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> |