Index: trunk/IPs/systemC/Environment/Cache/Makefile
===================================================================
--- trunk/IPs/systemC/Environment/Cache/Makefile	(revision 138)
+++ trunk/IPs/systemC/Environment/Cache/Makefile	(revision 142)
@@ -1,15 +1,17 @@
 #-----[ Rules ]--------------------------------------------
 
-all				:
+all				: only
+
+clean				: clean_only
+
+clean_all			: clean
+
+only				:
 				@\
-				$(MAKE) --directory=$(DIR_QUEUE) all; \
 				$(MAKE)                          all_environment;
 
-clean				:
+clean_only			:
 				@\
-				$(MAKE) --directory=$(DIR_QUEUE) clean; \
 				$(MAKE)                          environment_clean;
-
-clean_all			: clean
 
 help				:
