diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-07-28 03:33:04 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-07-28 03:33:04 +0000 |
| commit | fb4289da2a64098928173d82ee9665b2b7e5fa28 (patch) | |
| tree | 9f8a8aee3c1238d0984407f0791c5901261e0219 /lib/libedit | |
| parent | 6614d8c5f3eafcd289d2665456c3447fc3eaacbe (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 835f8e698578..db3057ff2c7c 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -55,10 +55,11 @@ help.c: ${ASRC} makelist help.h: ${ASRC} makelist sh ${.CURDIR}/makelist -bh ${ASRC} > ${.TARGET} -editline.c: ${OSRCS} help.h - sh ${.CURDIR}/makelist -e ${.ALLSRC:T} > ${.TARGET} +editline.c: + sh ${.CURDIR}/makelist -e ${OSRCS} > ${.TARGET} -beforedepend: vi.h emacs.h common.h fcns.h help.h help.c +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} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} |
