diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-07 09:38:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:50 -0500 |
commit | af1b64c92fe5d8164a654865930bf2fd85b03b28 (patch) | |
tree | cfe9056c07b76b6fcc414155c94c1fe5dd93e78b /source4/heimdal_build | |
parent | df35c7612f960cca13bb86029b35749ecd90254f (diff) | |
download | samba-af1b64c92fe5d8164a654865930bf2fd85b03b28.tar.gz samba-af1b64c92fe5d8164a654865930bf2fd85b03b28.tar.xz samba-af1b64c92fe5d8164a654865930bf2fd85b03b28.zip |
r18210: - reenable autodependencies
- and add -MT $@ to the dependency generation
to notice changes in depdendecies of header files
you may need a 'make clean' or at least you need to remove
heimdal_build/replace.hd
metze
(This used to be commit 5ecf98cc189039023ff0a97f43eba7fb2c2cdc46)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 40c3e6d771f..707e6f11278 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -10,6 +10,6 @@ #define KRB5 #include "include/config.h" -#include "replace.h" +#include "lib/replace/replace.h" #endif |