From 9cbea1f6ed977b3e66846741555bd0751521fcdc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Jun 2012 09:32:17 +0200 Subject: s3:Makefile.in: fix 'make realdistclean' after moving generated files to autoconf/ metze --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 42c573e0dd..0d0950adfc 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3244,7 +3244,7 @@ distclean:: realclean realdistclean:: distclean -rm -f include/autoconf/config.h.in - -rm -f include/version.h + -rm -f include/autoconf/version.h -rm -f configure # when configure.in is updated, reconfigure -- cgit