diff options
| -rw-r--r-- | lib/emptydirs | 1 | ||||
| -rw-r--r-- | utils/mkfile | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/emptydirs b/lib/emptydirs index 10234dc1..d2f94c40 100644 --- a/lib/emptydirs +++ b/lib/emptydirs @@ -10,6 +10,7 @@ Inferno/power/bin Inferno/power/lib Inferno/sparc/bin Inferno/sparc/lib +Inferno/thumb/lib Irix/mips/lib Linux/386/lib Linux/arm/bin diff --git a/utils/mkfile b/utils/mkfile index 804215b3..e6ee371a 100644 --- a/utils/mkfile +++ b/utils/mkfile @@ -54,6 +54,9 @@ NOTPLAN9=\ md5sum\ mkext\ ndate\ + ta\ + tc\ + tl\ # # Utils we build on Nt, for build environment compatibility. @@ -76,9 +79,6 @@ NTONLY=\ # Thumb-1 # OBSOLETE=\ - ta\ - tc\ - tl\ all:QV: all-$TARGMODEL clean:QV: clean-$TARGMODEL |
