[EMAIL PROTECTED] wrote:
Author: ablack
Date: Fri Jan 12 10:23:59 2007
New Revision: 495678
URL: http://svn.apache.org/viewvc?view=rev&rev=495678
Log:
2007-01-12 Andrew Black <[EMAIL PROTECTED]>
* GNUmakefile (RPATH) [!shared]: Unset RPATH for archive builds (Not
needed).
Modified:
incubator/stdcxx/trunk/GNUmakefile
Modified: incubator/stdcxx/trunk/GNUmakefile
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/GNUmakefile?view=diff&rev=495678&r1=495677&r2=495678
==============================================================================
--- incubator/stdcxx/trunk/GNUmakefile (original)
+++ incubator/stdcxx/trunk/GNUmakefile Fri Jan 12 10:23:59 2007
@@ -447,6 +447,7 @@
# not applicable to non-shared builds
PICFLAGS =
LDSOFLAGS =
+ RPATH =
Why is this not aligned properly? (It looks like you might have
inserted a TAB instead of spaces in front of the variable.)
Martin
endif
# POSIX, Solaris, DCE threads