]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: remove the "delheaders" target.
authorMichael Adam <obnox@samba.org>
Sun, 18 May 2008 22:54:45 +0000 (00:54 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 18 May 2008 23:23:06 +0000 (01:23 +0200)
Michael

source/Makefile.in

index baec0e6cf79147306da97bfb3391b56c85aa2443..a38535101ec9510f5ab8286d5f9a1747f96159fd 100644 (file)
@@ -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) \