summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-04-06 12:30:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:22 -0500
commitc0fb8bf2911fff94e52588489277e1eccd6e2f1a (patch)
tree714455801998fe9c2ccad8a3613d27ad0ca4b509 /source4/main.mk
parent0291c48389c78071d72c6b7d6e1de195d6c45878 (diff)
downloadsamba-c0fb8bf2911fff94e52588489277e1eccd6e2f1a.tar.gz
samba-c0fb8bf2911fff94e52588489277e1eccd6e2f1a.tar.bz2
samba-c0fb8bf2911fff94e52588489277e1eccd6e2f1a.zip
r14950: make sure include/config.h is only updated when the content was changed
metze (This used to be commit 2488ead8c3431be3014012a05de4ee57ff13aa93)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index e127974ccd..8d4582e2b4 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -251,7 +251,7 @@ clean:: clean_pch
@-rm -f $(PROTO_HEADERS)
distclean: clean
- -rm -f include/config.h include/smb_build.h
+ -rm -f include/config.h include/config_tmp.h include/build.h
-rm -f Makefile
-rm -f config.status
-rm -f config.log config.cache
@@ -262,7 +262,7 @@ removebackup:
-rm -f *.bak *~ */*.bak */*~ */*/*.bak */*/*~ */*/*/*.bak */*/*/*~
realdistclean: distclean removebackup
- -rm -f include/config.h.in
+ -rm -f include/config_tmp.h.in
-rm -f include/version.h
-rm -f configure
-rm -f $(MANPAGES)