From e5948ffd7f276b4c3ee6916d1dc6c5d8b28ad557 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Sep 1998 04:52:40 +0000 Subject: automatically detect changes in the system type and exit, telling the user to remove config.cache (This used to be commit f123172c42b1f9ac73e57856e4ee8715fdfb76cd) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index ac51d34b23..55c52df51d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -301,7 +301,7 @@ uninstallcp: @$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST) clean: - -rm -f core */*~ *~ */*.o config.cache + -rm -f core */*~ *~ */*.o proto: @echo rebuilding include/proto.h -- cgit