From 071dfb42f2e020dc4b87bd5bbde7d7e17af2fd83 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 clean' after moving generated files to autoconf/ metze --- source3/Makefile.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index e7a0a7d149..42c573e0dd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3199,12 +3199,11 @@ cleanlibs:: clean:: cleanlibs -rm -f include/build_env.h -rm -f smbd/build_options.c - -rm -f param/param_local.h - -rm -f param/param_global.h - -rm -f ../lib/param/param_local.h - -rm -f ../lib/param/param_global.h - -rm -f ../lib/param/param_proto.h - -rm -f ../lib/param/s3_param.h + -rm -f autoconf/lib/param/param_local.h + -rm -f autoconf/lib/param/param_global.h + -rm -f autoconf/lib/param/param_proto.h + -rm -f autoconf/lib/param/s3_param.h + -rm -f autoconf/source3/param/param_global.h -rm -f $(PRECOMPILED_HEADER) -rm -f core */*~ *~ \ */*.o */*/*.o */*/*/*.o */*/*/*/*.o \ -- cgit