diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-01-09 21:51:00 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-01-09 21:51:00 +0000 |
| commit | f92bdbd010250afd474733d7a95fd0eb8fdfdd62 (patch) | |
| tree | 967a4d204bdc4169b0271757f5c8a8147dcefbf6 /lib/libedit | |
| parent | af0ae9b1c25f376624403228a6df7d1fe863fb9d (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index db3057ff2c7c..12d5cb4f1e95 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -58,7 +58,7 @@ help.h: ${ASRC} makelist editline.c: sh ${.CURDIR}/makelist -e ${OSRCS} > ${.TARGET} -beforedepend editline.o editline.po editline.so: \ +beforedepend editline.o editline.po editline.So: \ vi.h emacs.h common.h fcns.h fcns.c help.h help.c test: test.o libedit.a ${DPADD} ${LIBTERMCAP} |
