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.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to