From 89a32784633104feecc1524eb30e93901b0c0f31 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Aug 1997 22:12:39 +0000 Subject: Fixed type --- c/src/lib/include/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3