Revision: 1392
http://svn.sourceforge.net/complement/?rev=1392&view=rev
Author: complement
Date: 2006-11-03 07:15:59 -0800 (Fri, 03 Nov 2006)
Log Message:
-----------
typo
Modified Paths:
--------------
branches/Makefiles/explore/Makefiles/gmake/linux/rules-so.mak
Modified: branches/Makefiles/explore/Makefiles/gmake/linux/rules-so.mak
===================================================================
--- branches/Makefiles/explore/Makefiles/gmake/linux/rules-so.mak 2006-11-03 14:01:48 UTC (rev 1391)
+++ branches/Makefiles/explore/Makefiles/gmake/linux/rules-so.mak 2006-11-03 15:15:59 UTC (rev 1392)
@@ -22,11 +22,11 @@
endif
define do_so_links_1
-@if [ -h $(1)/$(2)} ] ; then \
+@if [ -h $(1)/$(2) ] ; then \
if [ `readlink $(1)/$(2)` != "$(3)" ]; then \
rm $(1)/$(2); \
ln -s $(3) $(1)/$(2); \
- fi \
+ fi; \
else \
ln -s $(3) $(1)/$(2); \
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|