diff make/linux/Makefile @ 6557:297543799769

fixed makefile to build on Solaris.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 09:55:54 +0200
parents 957c266d8bc5
children e522a00b91aa
line wrap: on
line diff
--- a/make/linux/Makefile	Fri Oct 12 16:12:13 2012 -0700
+++ b/make/linux/Makefile	Fri Oct 19 09:55:54 2012 +0200
@@ -371,10 +371,10 @@
 clean_docs:
 	rm -rf $(SUBDIR_DOCS)
 
-clean_compiler1 clean_compiler2 clean_core clean_zero clean_shark:
+clean_compiler1 clean_compiler2 clean_core clean_zero clean_shark clean_graal:
 	rm -rf $(OSNAME)_$(BUILDARCH)_$(subst clean_,,$@)
 
-clean:  clean_compiler2 clean_compiler1 clean_core clean_zero clean_shark clean_docs
+clean:  clean_compiler2 clean_compiler1 clean_core clean_zero clean_shark clean_docs clean_graal
 
 include $(GAMMADIR)/make/cscope.make