[csw-devel] SF.net SVN: gar:[3586] csw/mgar/gar/v2/gar.mk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Mar 4 22:54:05 CET 2009


Revision: 3586
          http://gar.svn.sourceforge.net/gar/?rev=3586&view=rev
Author:   skayser
Date:     2009-03-04 21:54:05 +0000 (Wed, 04 Mar 2009)

Log Message:
-----------
gar: fixed syntax error

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2009-03-04 20:59:29 UTC (rev 3585)
+++ csw/mgar/gar/v2/gar.mk	2009-03-04 21:54:05 UTC (rev 3586)
@@ -421,7 +421,7 @@
 
 # strip - Strip executables
 ifneq ($(GARFLAVOR),DBG)
-	POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
+POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
 endif
 
 strip:


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