mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
bugfix in make of incomplete
This commit is contained in:
@@ -116,7 +116,8 @@ needCompile opts headers sfiles0 = paths $ res $ mark $ iter changed where
|
||||
let us = uses f in
|
||||
if not (all noComp us) then
|
||||
fp else
|
||||
if (elem (typ f) [MTyIncomplete, MTyIncResource] ||
|
||||
if (elem (typ f) [] ---- MTyIncomplete, MTyIncResource]
|
||||
||
|
||||
(not (null us) && all isAux us)) then
|
||||
(f,(p,CSDont)) else
|
||||
fp
|
||||
|
||||
Reference in New Issue
Block a user