summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 22:12:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 22:12:39 +0000
commit89a32784633104feecc1524eb30e93901b0c0f31 (patch)
tree085df6045f6fa2f922a1dd559edb19f1f28973ee
parentCorrected typo (diff)
downloadrtems-89a32784633104feecc1524eb30e93901b0c0f31.tar.bz2
Fixed type
-rw-r--r--c/src/lib/include/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index 4d92d09b73..d8e85248ee 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -22,7 +22,7 @@ KA9Q_H_PIECES= arp asy ax25 ax25mail bootp cmdparse commands config \
KA9Q_H_FILES=$(KA9Q_H_PIECES:%=$(srcdir)/ka9q/%.h)
MOTOROLA_H_PIECES=mc68230 mc68681
-MOTOROLA_H_FILES=$(MOTO_H_PIECES:%=$(srcdir)/motorola/%.h)
+MOTOROLA_H_FILES=$(MOTOROLA_H_PIECES:%=$(srcdir)/motorola/%.h)
ZILOG_H_PIECES=z8036 z8530 z8536
ZILOG_H_FILES=$(ZILOG_H_PIECES:%=$(srcdir)/zilog/%.h)