diff options
-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 |