summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 04:41:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 04:41:19 +0000
commit45d7f4c961956408aff1a702ae06cb894fb9806b (patch)
tree7822d0b0949aaa30118309c95246b17ff4864431 /cpukit/pppd
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-45d7f4c961956408aff1a702ae06cb894fb9806b.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/Makefile.am: Remove all-local: $(ARCH). * rtems_servers/Makefile.am: Remove all-local: $(ARCH). * rtems_telnetd/Makefile.am: Remove all-local: $(ARCH). * rtems_webserver/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index b0bf4ecd81..b02d9eadc7 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -23,7 +23,7 @@ include_HEADERS = rtemspppd.h rtemsdialer.h
$(LIB): $(OBJS)
$(make-library)
-all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
+all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
endif
.PRECIOUS: $(LIB)