1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +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 clean:: cleanlibs
-rm -f include/build_env.h -rm -f include/build_env.h
-rm -f smbd/build_options.c -rm -f smbd/build_options.c
-rm -f param/param_local.h -rm -f autoconf/lib/param/param_local.h
-rm -f param/param_global.h -rm -f autoconf/lib/param/param_global.h
-rm -f ../lib/param/param_local.h -rm -f autoconf/lib/param/param_proto.h
-rm -f ../lib/param/param_global.h -rm -f autoconf/lib/param/s3_param.h
-rm -f ../lib/param/param_proto.h -rm -f autoconf/source3/param/param_global.h
-rm -f ../lib/param/s3_param.h
-rm -f $(PRECOMPILED_HEADER) -rm -f $(PRECOMPILED_HEADER)
-rm -f core */*~ *~ \ -rm -f core */*~ *~ \
*/*.o */*/*.o */*/*/*.o */*/*/*/*.o \ */*.o */*/*.o */*/*/*.o */*/*/*/*.o \