1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/

metze
This commit is contained in:
Stefan Metzmacher 2012-06-18 09:32:17 +02:00
parent 9522e853c2
commit 071dfb42f2

View 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 \