summaryrefslogtreecommitdiffstats
path: root/ldap/clients
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-01-24 21:46:07 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-01-24 21:46:07 +0000
commit9c26d438cf54749a9803ca8d9305e4a085dd2f75 (patch)
treefc4d9d0a9260de3e7775de70211985aa3bae990a /ldap/clients
parent352aa5cfd505d1651a80cf45039ce3511c98ac57 (diff)
downloadds-9c26d438cf54749a9803ca8d9305e4a085dd2f75.tar.gz
ds-9c26d438cf54749a9803ca8d9305e4a085dd2f75.tar.xz
ds-9c26d438cf54749a9803ca8d9305e4a085dd2f75.zip
target name should not be identical to the directory name if you want to always execute the command line.
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: