r23352: Don't generate stamp-h. AFAICT it is never used.
authorJames Peach <jpeach@samba.org>
Tue, 5 Jun 2007 06:10:09 +0000 (06:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:09 +0000 (12:23 -0500)
(This used to be commit d47d1a44e74b3cd02cddf1cf2f22460987102b66)

source3/Makefile.in
source3/configure.in

index f723868763de00aa8e9fa4e2cd36bce40e938dbd..f39c568e6541d63bbc830b1c6cf9e000e4cf029d 100644 (file)
@@ -2026,7 +2026,6 @@ realclean: clean delheaders
        -rm -f script/installbin.sh script/uninstallbin.sh
 
 distclean: realclean
-       -rm -f include/stamp-h
        -rm -f smbadduser
        -rm -f include/config.h Makefile
        -rm -f config.status config.cache so_locations
index 1c32bf6d58f07c58e943cd739df73afa35d053bf..4106551389c936cebc9087357296beb48e207786 100644 (file)
@@ -6487,7 +6487,7 @@ AC_SUBST(builddir)
 SMBD_LIBS="$samba_dmapi_libs"
 AC_SUBST(SMBD_LIBS)
 
-AC_OUTPUT(include/stamp-h Makefile script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh)
+AC_OUTPUT(Makefile script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh)
 
 #################################################
 # Print very concise instructions on building/use