You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2009/07/24 06:02:24 UTC

svn commit: r797317 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile

Author: ndbeyer
Date: Fri Jul 24 04:02:23 2009
New Revision: 797317

URL: http://svn.apache.org/viewvc?rev=797317&view=rev
Log:
remove extra forward slashes

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile?rev=797317&r1=797316&r2=797317&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile Fri Jul 24 04:02:23 2009
@@ -18,11 +18,11 @@
 INCLUDES += -I$(SHARED)common -I$(SHAREDSUB)/include $(LCMS_INCLUDES)
 
 BUILDFILES = \
-  $(SHAREDSUB)/cmmerror.o \
-  $(SHAREDSUB)/cmmio.o \
-  $(SHAREDSUB)/cmmxforms.o \
-  $(SHAREDSUB)/NativeCMM.o \
-  $(SHAREDSUB)/NativeImageFormat.o
+  $(SHAREDSUB)cmmerror.o \
+  $(SHAREDSUB)cmmio.o \
+  $(SHAREDSUB)cmmxforms.o \
+  $(SHAREDSUB)NativeCMM.o \
+  $(SHAREDSUB)NativeImageFormat.o
 
 OSLIBS += -llcms