diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-04 08:38:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-04 08:38:33 +0000 |
commit | 59c9d20af6744d27285c9a505577308bd1f82781 (patch) | |
tree | 22193c15ddcf4902661cc6c3f7cbc621bc198db7 /libc | |
parent | 552febc3b914bd0df4b4b659fdacd2acef36ebef (diff) |
A few more little cleanups
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index 751342782..5c6842ce5 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -25,7 +25,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak DIRS = common $(TARGET_ARCH) -ALL_SUBDIRS = arm common i386 m68k powerpc sh sparc +ALL_SUBDIRS = arm common h8300 i386 m68k mips powerpc sh sparc v850 all: subdirs |