diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-09 13:21:58 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-09 13:21:58 +0000 |
commit | fe7f54bc996fee425b57951cb6c167c277a45f4e (patch) | |
tree | 279b6c67166c81d9f0c6f99232794810a1e7b61f | |
parent | 17747d7614b36931014fee099da328f22c3b86d2 (diff) | |
download | samba-fe7f54bc996fee425b57951cb6c167c277a45f4e.tar.gz samba-fe7f54bc996fee425b57951cb6c167c277a45f4e.tar.bz2 samba-fe7f54bc996fee425b57951cb6c167c277a45f4e.zip |
don't attempt to build rpcclient in the head branch
(This used to be commit 1b6d01e1152d1ac64e3b1f721227d06061982112)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index dc330453d6..15fbdd3b71 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -85,7 +85,7 @@ FLAGS32 = $(ISA32) $(FLAGS5) $(PASSWD_FLAGS) SPROGS = bin/smbd bin/nmbd bin/swat PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus @RUNPROG@ -PROGS2 = bin/rpcclient bin/smbpasswd bin/make_smbcodepage bin/make_unicodemap @WRAP@ @WRAP32@ +PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/make_unicodemap @WRAP@ @WRAP32@ MPROGS = @MPROGS@ PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef |