From 2b06074b2561ba60d680655149dcfc8b12517976 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Mar 2006 22:39:05 +0000 Subject: r14350: Keep "make proto". It's hard to forget old habits. :-) (This used to be commit e0d96ecfb41d99eee818ba12dd6bbc251f938c14) --- source4/main.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/main.mk b/source4/main.mk index 6e1584c61f..e11e6e9038 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -248,8 +248,9 @@ clean_pch: pch: clean_pch include/includes.h.gch +proto: $(PROTO_HEADERS) basics: include/includes.h \ - $(PROTO_HEADERS) \ + proto \ idl \ heimdal_basics -- cgit