diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-19 02:55:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:46 -0500 |
commit | 1ac632a45bb7eed5b439404a41266a9572528e07 (patch) | |
tree | 7319783a00745dfecc660734372733795fa12173 /source4/static_deps.mk | |
parent | c84cfc0ecc46ef05dc7997a128ba9486516cb112 (diff) | |
download | samba-1ac632a45bb7eed5b439404a41266a9572528e07.tar.gz samba-1ac632a45bb7eed5b439404a41266a9572528e07.tar.bz2 samba-1ac632a45bb7eed5b439404a41266a9572528e07.zip |
r14555: Remove cycle from rule
(This used to be commit 94d182d6ad7e21c1c1722d91eb84d895889b945c)
Diffstat (limited to 'source4/static_deps.mk')
-rw-r--r-- | source4/static_deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/static_deps.mk b/source4/static_deps.mk index 09db053a34..79f347d8e4 100644 --- a/source4/static_deps.mk +++ b/source4/static_deps.mk @@ -30,6 +30,6 @@ heimdal_basics: \ proto: basics basics: include/includes.h \ - proto \ idl \ + $(PROTO_HEADERS) \ heimdal_basics |