fixed compilation error caused by the previous commit
[deliverable/titan.core.git] / Makefile
index 44a857f5ab916f0a7b66d63ed7a572a7ecf2b08d..bc81ca306bac3bd4ddcea476b229e65b484bbcaf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@
 #   Kremer, Peter
 #   Lovassy, Arpad
 #   Ormandi, Matyas
+#   Pilisi, Gergely
 #   Raduly, Csaba
 #   Szabados, Kristof
 #   Szabo, Janos Zoltan – initial implementation
@@ -36,7 +37,7 @@ include $(TOP)/Makefile.cfg
 ALLDIRS := common compiler2 repgen xsdconvert
 
 ifndef MINGW
-       ALLDIRS += core core2 mctr2 loggerplugins
+       ALLDIRS += mctr2 core core2 loggerplugins
 endif
 
 # JNI not supported on Cygwin or Mingw
@@ -94,7 +95,7 @@ endif
 # check is the standard GNU target for running tests
 # (avoids clash with shell builtin 'test')
 check:
-       make -C regression_test report
+       compiler2/compiler -v
 
 ifneq (,$(findstring prereq,$(MAKECMDGOALS)))
 # Export all variables into the environment for the prereq target
This page took 0.024407 seconds and 5 git commands to generate.