From 8fa36b1fbc621a55e888021e023c10f52f2eee71 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 8 Dec 2003 07:37:38 +0000 Subject: 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) --- source4/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/Makefile.in') 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 -- cgit