summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-08 07:37:38 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-08 07:37:38 +0000
commit8fa36b1fbc621a55e888021e023c10f52f2eee71 (patch)
tree9c84d049ac437b7187368e25f8f4d3ae26960d49 /source4/Makefile.in
parent696c70c2f498f9467eadfa23eda340396175a74e (diff)
downloadsamba-8fa36b1fbc621a55e888021e023c10f52f2eee71.tar.gz
samba-8fa36b1fbc621a55e888021e023c10f52f2eee71.tar.bz2
samba-8fa36b1fbc621a55e888021e023c10f52f2eee71.zip
some systems don't have "which" and some systems don't have the "-nt"
flag to test. It's amazing that systems like that are ever sold. (This used to be commit fe91635da87104544946983c7c63d5c584db614a)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index ed3d90f46b..40306bd6bf 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -653,11 +653,13 @@ pch: basics
idl:
script/build_idl.sh FULL
-idl_test:
+idl_test: build/pidl/idl.pm
@script/build_idl.sh
basics: idl_test proto_test
+build/pidl/idl.pm: build/pidl/idl.yp
+ -yapp -s build/pidl/idl.yp
# These dependencies are only approximately correct: we want to make
# sure Samba's paths are updated if ./configure is re-run. Really it