Index: trunk/IPs/systemC/Environment/Makefile.Environment
===================================================================
--- trunk/IPs/systemC/Environment/Makefile.Environment	(revision 81)
+++ trunk/IPs/systemC/Environment/Makefile.Environment	(revision 82)
@@ -1,4 +1,4 @@
 include                         $(MORPHEO_TOPLEVEL)/Makefile.tools
-include                         $(MORPHEO_IPS)/processor/Morpheo/Behavioural/Makefile.flags 
+include                         $(MORPHEO_TOPLEVEL)/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags 
 
 #-----[ Directory ]----------------------------------------
Index: trunk/IPs/systemC/Environment/TTY/src/TTY.cpp
===================================================================
--- trunk/IPs/systemC/Environment/TTY/src/TTY.cpp	(revision 81)
+++ trunk/IPs/systemC/Environment/TTY/src/TTY.cpp	(revision 82)
@@ -45,5 +45,5 @@
 		
 		std::cerr << "<Tty> Error in the creation of tty" << std::endl
-			  << "Test if environment's variable $PATH is set with ${MORPHEO_IPS}/Environment/TTY/xtty" << std::endl;
+			  << "Test if environment's variable $PATH is set with ${MORPHEO_TOPLEVEL}/IPs/systemC/Environment/TTY/xtty" << std::endl;
 		exit (1);
 	      }
