Author: jpeach
Date: 2007-06-05 06:10:09 +0000 (Tue, 05 Jun 2007)
New Revision: 23352

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23352

Log:
Don't generate stamp-h. AFAICT it is never used.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in       2007-06-05 05:35:39 UTC (rev 
23351)
+++ branches/SAMBA_3_0/source/Makefile.in       2007-06-05 06:10:09 UTC (rev 
23352)
@@ -2026,7 +2026,6 @@
        -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

Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in      2007-06-05 05:35:39 UTC (rev 
23351)
+++ branches/SAMBA_3_0/source/configure.in      2007-06-05 06:10:09 UTC (rev 
23352)
@@ -6487,7 +6487,7 @@
 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

Reply via email to