From c0fb8bf2911fff94e52588489277e1eccd6e2f1a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 6 Apr 2006 12:30:06 +0000 Subject: r14950: make sure include/config.h is only updated when the content was changed metze (This used to be commit 2488ead8c3431be3014012a05de4ee57ff13aa93) --- source4/main.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/main.mk') 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) -- cgit