Moved password.h dependency to usmb.o rather than conffile.o. - susmb - mountin… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ac7992682a2ab2eef4779d1ba485a2bfd266b3ce | |
parent 51e3a8d601ab4dd00f31d332c4b752c7294c5aad | |
Author: Geoff Johnstone <[email protected]> | |
Date: Sat, 20 Dec 2008 12:28:59 +0000 | |
Moved password.h dependency to usmb.o rather than conffile.o. | |
Diffstat: | |
M Makefile | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -96,11 +96,11 @@ tar: | |
.PHONY: all debug dist install install-strip uninstall clean distclean tar | |
-conffile.o: conffile.c password.h utils.h xml.h config.rng.h | |
+conffile.o: conffile.c utils.h xml.h config.rng.h | |
options.o: options.c options.h utils.h version.h | |
password.o: password.c password.h utils.h | |
usmb.o: usmb.c conffile.h options.h usmb.h usmb_dir.h usmb_file.h utils.h \ | |
- version.h samba30-compat.h | |
+ password.h version.h samba30-compat.h | |
usmb_dir.o: samba30-compat.h usmb_dir.c usmb_dir.h usmb.h utils.h | |
usmb_file.o: samba30-compat.h usmb_file.c usmb_file.h usmb.h utils.h | |
utils.o: utils.c utils.h |