diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-13 22:39:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:14 -0500 |
commit | 2b06074b2561ba60d680655149dcfc8b12517976 (patch) | |
tree | 2545d130156aff02a4c6f7015e13218b6833837d /source4 | |
parent | 7a121583b496a8fc0c1fcf44504d814700273e40 (diff) | |
download | samba-2b06074b2561ba60d680655149dcfc8b12517976.tar.gz samba-2b06074b2561ba60d680655149dcfc8b12517976.tar.xz samba-2b06074b2561ba60d680655149dcfc8b12517976.zip |
r14350: Keep "make proto". It's hard to forget old habits. :-)
(This used to be commit e0d96ecfb41d99eee818ba12dd6bbc251f938c14)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |