summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Logger/Makefile.bor')
-rw-r--r--netsvcs/clients/Logger/Makefile.bor8
1 files changed, 4 insertions, 4 deletions
diff --git a/netsvcs/clients/Logger/Makefile.bor b/netsvcs/clients/Logger/Makefile.bor
index 58f395a5496..28ae9437d9c 100644
--- a/netsvcs/clients/Logger/Makefile.bor
+++ b/netsvcs/clients/Logger/Makefile.bor
@@ -1,13 +1,13 @@
APPS = \
- direct_logging \
- indirect_logging
+ direct_logging \
+ indirect_logging
all: $(APPS)
$(APPS):
- $(MAKE) -f Makefile.bor -DNAME=$@ $(DEBUGFLAG) $(STATICFLAG) \
- $(PASCALFLAG) $(BINDIR)\$@.exe
+ $(MAKE) -f Makefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe
+
OBJFILES=$(OBJDIR)\$(NAME).obj
!include <$(ACE_ROOT)\netsvcs\build.bor>