svn commit: samba r12675 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Mon Jan 2 16:54:59 GMT 2006


Author: metze
Date: 2006-01-02 16:54:58 +0000 (Mon, 02 Jan 2006)
New Revision: 12675

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12675

Log:
fix some dependencies and don't use long lines

metze
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-01-02 16:14:08 UTC (rev 12674)
+++ branches/SAMBA_4_0/source/main.mk	2006-01-02 16:54:58 UTC (rev 12675)
@@ -207,19 +207,27 @@
 
 proto: include/proto.h
 
-pch: clean_pch include/config.h \
-	include/proto.h \
-	idl \
-	include/includes.h.gch
-
+librpc/gen_ndr/misc.h: idl
+librpc/ndr/libndr.h: librpc/ndr/libndr_proto.h librpc/gen_ndr/misc.h
+librpc/rpc/dcerpc.h: librpc/rpc/dcerpc_proto.h
+auth/credentials/credentials.h: auth/credentials/credentials_proto.h
 libcli/nbt/libnbt.h: libcli/nbt/nbt_proto.h
-include/includes.h: lib/basic.h libcli/nbt/libnbt.h librpc/ndr/libndr_proto.h librpc/rpc/dcerpc_proto.h auth/credentials/credentials_proto.h
 
+include/includes.h: \
+		include/config.h \
+		include/proto.h	\
+		librpc/ndr/libndr.h \
+		librpc/rpc/dcerpc.h \
+		auth/credentials/credentials_proto.h \
+		libcli/nbt/libnbt.h \
+		lib/basic.h
+
 clean_pch: 
 	-rm -f include/includes.h.gch
 
-basics: include/config.h \
-	include/proto.h \
+pch: clean_pch include/includes.h.gch
+
+basics: include/includes.h \
 	$(PROTO_HEADERS) \
 	idl \
 	heimdal_basics



More information about the samba-cvs mailing list