svn commit: lorikeet r579 - in trunk/heimdal/cf: .

lha at samba.org lha at samba.org
Sun Oct 8 08:19:53 GMT 2006


Author: lha
Date: 2006-10-08 08:19:52 +0000 (Sun, 08 Oct 2006)
New Revision: 579

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

Log:
Disable the compile wrapping for now, either the master build host
doesn't run automake or my fix in previous commit to this file didn't
work.

Modified:
   trunk/heimdal/cf/Makefile.am.common


Changeset:
Modified: trunk/heimdal/cf/Makefile.am.common
===================================================================
--- trunk/heimdal/cf/Makefile.am.common	2006-10-08 07:58:45 UTC (rev 578)
+++ trunk/heimdal/cf/Makefile.am.common	2006-10-08 08:19:52 UTC (rev 579)
@@ -1,21 +1,21 @@
 # $Id: Makefile.am.common,v 1.42 2004/12/29 20:35:58 lha Exp $
 
-SUFFIXES = .o .obj .lo
+#SUFFIXES = .o .obj .lo
+#
+#.c.o:
+#	@echo Compile `pwd`/$@
+#	@$(COMPILE) -c -o $@ $< >/dev/null
+#
+#.c.obj:
+#	@echo Compile `pwd`/$@
+#	@$(COMPILE) -c `$(CYGPATH_W) '$<'` >/dev/null
+#
+#.c.lo:
+#	@echo Compile `pwd`/$@
+#	@$(LTCOMPILE) -c -o $@ $< >/dev/null
 
-.c.o:
-	@echo Compile `pwd`/$@
-	@$(COMPILE) -c -o $@ $< >/dev/null
+SUFFIXES = .et .h
 
-.c.obj:
-	@echo Compile `pwd`/$@
-	@$(COMPILE) -c `$(CYGPATH_W) '$<'` >/dev/null
-
-.c.lo:
-	@echo Compile `pwd`/$@
-	@$(LTCOMPILE) -c -o $@ $< >/dev/null
-
-SUFFIXES += .et .h
-
 AM_CPPFLAGS = -I$(top_builddir)/include $(INCLUDES_roken)
 
 if do_roken_rename



More information about the samba-cvs mailing list