diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-01-02 16:54:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:36 -0500 |
commit | 1a83c7388f7c677e58608b5670c335e7701fdf70 (patch) | |
tree | 66ad22e1d0b6d5360686d26161ee38f268daa611 /source4/main.mk | |
parent | 40b9d4f62d10d1de8cd45eaa9e74d4749c827c02 (diff) | |
download | samba-1a83c7388f7c677e58608b5670c335e7701fdf70.tar.gz samba-1a83c7388f7c677e58608b5670c335e7701fdf70.tar.xz samba-1a83c7388f7c677e58608b5670c335e7701fdf70.zip |
r12675: fix some dependencies and don't use long lines
metze
(This used to be commit 80bf8b5716bf49b5aaf289cee66a6aac72877dad)
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/source4/main.mk b/source4/main.mk index 55cbb03d30..170d7680b4 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -207,19 +207,27 @@ include/proto.h: $(PROTO_OBJS:.o=.c) 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 |