From f92bdbd010250afd474733d7a95fd0eb8fdfdd62 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Sat, 9 Jan 1999 21:51:00 +0000 Subject: Switch to using ".So" as the extension for PIC object files rather than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules. The "clean" targets continue to remove ".so" files too, to deal with old systems. --- lib/libedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libedit') 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} -- cgit v1.3