[csw-devel] SF.net SVN: gar:[6365] csw/mgar/pkg/stalonetray/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Sep 21 12:31:43 CEST 2009


Revision: 6365
          http://gar.svn.sourceforge.net/gar/?rev=6365&view=rev
Author:   skayser
Date:     2009-09-21 10:31:43 +0000 (Mon, 21 Sep 2009)

Log Message:
-----------
stalonetray: fix GARFLAVOR-dependent CONFIGURE_ARGS assignment

Modified Paths:
--------------
    csw/mgar/pkg/stalonetray/trunk/Makefile

Modified: csw/mgar/pkg/stalonetray/trunk/Makefile
===================================================================
--- csw/mgar/pkg/stalonetray/trunk/Makefile	2009-09-21 10:14:21 UTC (rev 6364)
+++ csw/mgar/pkg/stalonetray/trunk/Makefile	2009-09-21 10:31:43 UTC (rev 6365)
@@ -17,7 +17,7 @@
 TEST_SCRIPTS =
 
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += $(CONFIGURE_ARGS)_$(GARFLAVOR)
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
 CONFIGURE_ARGS_OPT = --disable-debug
 
 include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list