summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 04:46:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 04:46:03 +0000
commitad2b9366661b7f33556aa223eb4075fb196a1c93 (patch)
tree4388ac3477fe80250c26475694f4587384eae6b2 /c/src/libchip/serial/Makefile.am
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ad2b9366661b7f33556aa223eb4075fb196a1c93.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am: Remove all-local: $(ARCH). * network/Makefile.am: Remove all-local: $(ARCH). * rtc/Makefile.am: Remove all-local: $(ARCH). * serial/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/serial/Makefile.am b/c/src/libchip/serial/Makefile.am
index 4c78cbbc74..73d86ea5e6 100644
--- a/c/src/libchip/serial/Makefile.am
+++ b/c/src/libchip/serial/Makefile.am
@@ -25,7 +25,7 @@ include_libchip_HEADERS = mc68681.h ns16550.h z85c30.h serial.h sersupp.h
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
+all-local: $(PREINSTALL_FILES) $(LIB)
endif
DOC_FILES = README.mc68681 README.ns16550 README.xr88681 README.z85c30 \