diff -r d7d4c355736e -r 3960194fcb3c Make.spec --- a/Make.spec Thu May 12 19:51:00 2016 +0200 +++ b/Make.spec Thu May 12 21:38:58 2016 +0200 @@ -216,6 +216,7 @@ Time \ TimeoutNotification \ Timestamp \ + UnhandledAttributeInLiteralArrayErrorSignal \ UserConfirmation \ UserInterrupt \ UserNotification \ @@ -354,6 +355,7 @@ KeyNotFoundError \ MallocFailure \ MethodNotAppropriateError \ + MissingClassInLiteralArrayErrorSignal \ NonBooleanReceiverError \ NumberConversionError \ OpenError \ @@ -592,6 +594,7 @@ $(OUTDIR_SLASH)Time.$(O) \ $(OUTDIR_SLASH)TimeoutNotification.$(O) \ $(OUTDIR_SLASH)Timestamp.$(O) \ + $(OUTDIR_SLASH)UnhandledAttributeInLiteralArrayErrorSignal.$(O) \ $(OUTDIR_SLASH)UserConfirmation.$(O) \ $(OUTDIR_SLASH)UserInterrupt.$(O) \ $(OUTDIR_SLASH)UserNotification.$(O) \ @@ -730,6 +733,7 @@ $(OUTDIR_SLASH)KeyNotFoundError.$(O) \ $(OUTDIR_SLASH)MallocFailure.$(O) \ $(OUTDIR_SLASH)MethodNotAppropriateError.$(O) \ + $(OUTDIR_SLASH)MissingClassInLiteralArrayErrorSignal.$(O) \ $(OUTDIR_SLASH)NonBooleanReceiverError.$(O) \ $(OUTDIR_SLASH)NumberConversionError.$(O) \ $(OUTDIR_SLASH)OpenError.$(O) \