summaryrefslogtreecommitdiffstats
path: root/ldap/clients
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/clients')
-rw-r--r--ldap/clients/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ldap/clients/Makefile b/ldap/clients/Makefile
index c027920a..7447aaf5 100644
--- a/ldap/clients/Makefile
+++ b/ldap/clients/Makefile
@@ -19,18 +19,18 @@ MCOM_ROOT=../../..
include ../../nsconfig.mk
include ../../ldap/javarules.mk
-all: ldaptags online dsgw dsmlgw
+all: _ldaptags _online _dsgw _dsmlgw
-ldaptags:
+_ldaptags:
cd ldaptags; $(MAKE)
-online:
+_online:
cd online; $(MAKE)
-dsgw:
+_dsgw:
cd dsgw; $(MAKE)
-dsmlgw:
+_dsmlgw:
cd dsmlgw; $(MAKE)
clean: