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

lha at samba.org lha at samba.org
Sat Oct 7 20:06:20 GMT 2006


Author: lha
Date: 2006-10-07 20:06:20 +0000 (Sat, 07 Oct 2006)
New Revision: 577

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

Log:
(.c.o): add "-o $@" and hope that that doesn't break things.
not having it makes it break for some makes (mac os x 1.4.4/ppc)
in the lib/gssapi directory that have files pulled in for subdirectories

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


Changeset:
Modified: trunk/heimdal/cf/Makefile.am.common
===================================================================
--- trunk/heimdal/cf/Makefile.am.common	2006-10-07 18:29:34 UTC (rev 576)
+++ trunk/heimdal/cf/Makefile.am.common	2006-10-07 20:06:20 UTC (rev 577)
@@ -4,7 +4,7 @@
 
 .c.o:
 	@echo Compile `pwd`/$@
-	@$(COMPILE) -c $< >/dev/null
+	@$(COMPILE) -c -o $@ $< >/dev/null
 
 .c.obj:
 	@echo Compile `pwd`/$@



More information about the samba-cvs mailing list