You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/10/19 14:56:48 UTC

svn commit: r465613 - /incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am

Author: ajborley
Date: Thu Oct 19 05:56:47 2006
New Revision: 465613

URL: http://svn.apache.org/viewvc?view=rev&rev=465613
Log:
Bad makefile - needs a tab instead of spaces

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am

Modified: incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am?view=diff&rev=465613&r1=465612&r2=465613
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am Thu Oct 19 05:56:47 2006
@@ -19,7 +19,7 @@
 lib_LTLIBRARIES = libtuscany_sca_python.la
 
 install-exec-hook:
-        cd $(libdir); \
+	cd $(libdir); \
         for i in libtuscany_sca_python.so*; \
         do mv $$i $$i.disabled; \
            if ! [ "$$i" = "libtuscany_sca_python.so.0.0.0" ]; then \



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org