s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2012 07:32:17 +0000 (09:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2012 13:26:43 +0000 (15:26 +0200)
metze

source3/Makefile.in

index e7a0a7d149217d0d1ecffc10feb2f72ef66a4578..42c573e0dd3c32d2164f79979a0034eac2d3289b 100644 (file)
@@ -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 \