r275 - trunk/coreconf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Author: jmagne
Date: 2011-05-04 00:04:21 +0000 (Wed, 04 May 2011)
New Revision: 275

Modified:
   trunk/coreconf/rules.mk
Log:
Fix minor build script error.

Modified: trunk/coreconf/rules.mk
===================================================================
--- trunk/coreconf/rules.mk	2011-03-10 19:10:27 UTC (rev 274)
+++ trunk/coreconf/rules.mk	2011-05-04 00:04:21 UTC (rev 275)
@@ -348,7 +348,7 @@
 	rm -f $(OBJDIR)/t_$*.cc
 else
 ifdef USE_NT_C_SYNTAX
-	$(CCC) -Fo$@ -c $(CFLAGS) $(call abspath,$<)
+	$(CCC) -Fo$@ -c $(CFLAGS) $<
 else
 ifdef NEED_ABSOLUTE_PATH
 	$(CCC) -o $@ -c $(CFLAGS) $(call abspath,$<)

_______________________________________________
Coolkey-devel mailing list
Coolkey-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/coolkey-devel


[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Women]

  Powered by Linux