[csw-devel] SF.net SVN: gar:[20596] csw/mgar/pkg/postgresql/branches/postgresql-9.1/ Makefile

guengel at users.sourceforge.net guengel at users.sourceforge.net
Fri Apr 5 22:16:01 CEST 2013


Revision: 20596
          http://gar.svn.sourceforge.net/gar/?rev=20596&view=rev
Author:   guengel
Date:     2013-04-05 20:16:01 +0000 (Fri, 05 Apr 2013)
Log Message:
-----------
postgresql/branches/postgresql-9.1: Fixed syntax error

Modified Paths:
--------------
    csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile	2013-04-05 20:09:59 UTC (rev 20595)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile	2013-04-05 20:16:01 UTC (rev 20596)
@@ -502,7 +502,7 @@
 uppercase_server = SERVER
 uppercase_client = CLIENT
 uppercase_contrib = CONTRIB
-(foreach pkg,$(myALTERNATIVES),\
+$(foreach pkg,$(myALTERNATIVES),\
 	$(eval alt_priority = 20) \
 	$(foreach alt,$(NEEDED_ISAS), \
 		$(eval alt_priority=$(shell expr $(alt_priority) + 10)) \

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