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

metze at samba.org metze at samba.org
Mon Feb 28 14:26:48 GMT 2005


Author: metze
Date: 2005-02-28 14:26:47 +0000 (Mon, 28 Feb 2005)
New Revision: 234

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

Log:
fix typo

metze

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


Changeset:
Modified: trunk/heimdal/cf/Makefile.am.common
===================================================================
--- trunk/heimdal/cf/Makefile.am.common	2005-02-28 10:50:02 UTC (rev 233)
+++ trunk/heimdal/cf/Makefile.am.common	2005-02-28 14:26:47 UTC (rev 234)
@@ -3,15 +3,15 @@
 SUFFIXES = .o .obj .lo
 
 .c.o:
-	@echo Compile `pwd`$@
+	@echo Compile `pwd`/$@
 	@$(COMPILE) -c $< >/dev/null
 
 .c.obj:
-	@echo Compile `pwd`$@
+	@echo Compile `pwd`/$@
 	@$(COMPILE) -c `$(CYGPATH_W) '$<'` >/dev/null
 
 .c.lo:
-	@echo Compile `pwd`$@
+	@echo Compile `pwd`/$@
 	@$(LTCOMPILE) -c -o $@ $< >/dev/null
 
 SUFFIXES += .et .h



More information about the samba-cvs mailing list