From: Michael Adam Date: Sun, 18 May 2008 22:54:45 +0000 (+0200) Subject: build: remove the "delheaders" target. X-Git-Tag: samba-3.3.0pre1~1188^2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fe47c3c76eb15fee62115f7f21b77bd9e3236c7;p=thirdparty%2Fsamba.git build: remove the "delheaders" target. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index baec0e6cf79..a38535101ec 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -2280,7 +2280,9 @@ uninstallpammodules: # Toplevel clean files TOPFILES=dynconfig.o -clean: delheaders +clean: + -rm -f include/build_env.h + -rm -f smbd/build_options.c -rm -f $(PRECOMPILED_HEADER) -rm -f core */*~ *~ \ */*.o */*/*.o */*/*/*.o \ @@ -2303,11 +2305,6 @@ proto_exists: include/build_env.h \ smbd/build_options.c @touch proto_exists -delheaders: - @echo Removing prototype headers - @rm -f include/build_env.h \ - smbd/build_options.c - include/build_env.h: script/build_env.sh @echo Building include/build_env.h @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \