diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-05 03:11:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-05 03:11:57 +0000 |
commit | ba9470b70995e0676313706d394f46807cb6fa88 (patch) | |
tree | 623e730532e9d2544b50e2396932780a3ecf3c1d /Makefile | |
parent | 1770326dbc3146b2c768b1710efc09c5f931a6eb (diff) |
Compile the compiler last
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ include Rules.mak -DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd +DIRS = misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd extra ifeq ($(strip $(HAS_MMU)),true) DO_SHARED=shared |