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 /gnu/usr.bin/cc/libgcc | |
| parent | af0ae9b1c25f376624403228a6df7d1fe863fb9d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/libgcc')
| -rw-r--r-- | gnu/usr.bin/cc/libgcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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/} |
