diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-04 04:53:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:12 -0500 |
commit | 4b8733c24524828662f7d381ec7533ba44afb07d (patch) | |
tree | 7fa8a955d8c23014ba68815cc4a54da125b257e7 /source4 | |
parent | 3742b978cc1d29ac0e31d9646f6e1584d37a633a (diff) | |
download | samba-4b8733c24524828662f7d381ec7533ba44afb07d.tar.gz samba-4b8733c24524828662f7d381ec7533ba44afb07d.tar.bz2 samba-4b8733c24524828662f7d381ec7533ba44afb07d.zip |
r9050: fix make pch all
metze
(This used to be commit eb2e26b7fb57704aa13e39737ead56fef886944f)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index 5214f48047..d3620f0120 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -154,7 +154,10 @@ include/proto.h: $(PROTO_PROTO_OBJS:.o=.c) @touch include/proto.h proto: include/proto.h -pch: proto include/includes.h.gch +pch: include/config.h \ + include/proto.h \ + idl \ + include/includes.h.gch basics: include/config.h \ include/proto.h \ |