summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-05 03:11:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-05 03:11:57 +0000
commitba9470b70995e0676313706d394f46807cb6fa88 (patch)
tree623e730532e9d2544b50e2396932780a3ecf3c1d /Makefile
parent1770326dbc3146b2c768b1710efc09c5f931a6eb (diff)
Compile the compiler last
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8935ea227..35b9a0ab7 100644
--- a/Makefile
+++ b/Makefile
@@ -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