diff options
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | lang/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 34b8979ddd82..67e6e42a2ac3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -77,6 +77,7 @@ SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 SUBDIR += vmware2 + SUBDIR += vmware3 SUBDIR += vmware_xf4mod SUBDIR += vpce SUBDIR += vx68k diff --git a/lang/Makefile b/lang/Makefile index 881c7a5c2f9a..3ce31cfb0bb4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -57,6 +57,7 @@ SUBDIR += gcc30 SUBDIR += gcc31 SUBDIR += gcc32 + SUBDIR += gcc33 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth @@ -223,6 +224,7 @@ SUBDIR += tcl82 SUBDIR += tcl83 SUBDIR += tcl84 + SUBDIR += tclX SUBDIR += tclX80 SUBDIR += tclX82 SUBDIR += tcltutor |