summaryrefslogtreecommitdiffstats
path: root/c/src/lib/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 02:58:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 02:58:06 +0000
commitdd04e32a80a2cbfdaa7f0c0d5db44a99b46f10f6 (patch)
tree93a743b7d73679d2bdb8e1300fc3a1fded8ae507 /c/src/lib/Makefile.am
parentcat /tmp/j | while read f (diff)
downloadrtems-dd04e32a80a2cbfdaa7f0c0d5db44a99b46f10f6.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move
c/src/lib/libmisc to c/src/libmisc.
Diffstat (limited to 'c/src/lib/Makefile.am')
-rw-r--r--c/src/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am
index e588da2cc0..db61ed978e 100644
--- a/c/src/lib/Makefile.am
+++ b/c/src/lib/Makefile.am
@@ -9,7 +9,7 @@ if HAS_LIBCHIP
LIBCHIP = libchip
endif
-SUBDIRS = start include libmisc libc libcpu libbsp \
+SUBDIRS = start include libc libcpu libbsp \
$(LIBCHIP) $(LIBHWAPI)
include $(top_srcdir)/../../../automake/subdirs.am