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. --- gnu/usr.bin/cc/libgcc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/cc/libgcc') diff --git a/gnu/usr.bin/cc/libgcc/Makefile b/gnu/usr.bin/cc/libgcc/Makefile index cbae22a28c54..260001aaab49 100644 --- a/gnu/usr.bin/cc/libgcc/Makefile +++ b/gnu/usr.bin/cc/libgcc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.17 1998/07/08 00:45:50 bde Exp $ +# $Id: Makefile,v 1.18 1998/10/06 11:28:29 peter Exp $ # LIB= gcc @@ -50,8 +50,8 @@ CLEANFILES+= ${COMMONHDRS} LIB1OBJS= ${LIB1FUNCS:S/$/.o/} LIB2OBJS= ${LIB2FUNCS:S/$/.o/} -LIB1SOBJS= ${LIB1FUNCS:S/$/.so/} -LIB2SOBJS= ${LIB2FUNCS:S/$/.so/} +LIB1SOBJS= ${LIB1FUNCS:S/$/.So/} +LIB2SOBJS= ${LIB2FUNCS:S/$/.So/} LIB1POBJS= ${LIB1FUNCS:S/$/.po/} LIB2POBJS= ${LIB2FUNCS:S/$/.po/} -- cgit v1.3