X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=regression_test%2Fcompileonly%2FMakefile;h=f5f02fedf4d3f1d8b0d8e0e8e932055de5ab1aeb;hb=af7104877b9819f9e11f3ca6109eda961e971478;hp=facd1dae64377bfe1fa825c50dc963ac7f4d20d8;hpb=4567b25b7943d75814d0b37f9c60a7e43529d1f0;p=deliverable%2Ftitan.core.git diff --git a/regression_test/compileonly/Makefile b/regression_test/compileonly/Makefile index facd1da..f5f02fe 100644 --- a/regression_test/compileonly/Makefile +++ b/regression_test/compileonly/Makefile @@ -14,7 +14,7 @@ CODIRS := dynamicTemplate styleGuide topLevelPdu \ centralstorage mfgen-tpd \ openType optionalAssignCompare portConstructor \ isbound namedActualParameters assignmentNotation \ - attribQualif + attribQualif HT48786 all dep clean distclean: for dir in $(CODIRS); do $(MAKE) -C $$dir $@ || exit; done