From 4b8733c24524828662f7d381ec7533ba44afb07d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 4 Aug 2005 04:53:06 +0000 Subject: r9050: fix make pch all metze (This used to be commit eb2e26b7fb57704aa13e39737ead56fef886944f) --- source4/main.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/main.mk') 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 \ -- cgit