source: trunk/third/binutils/Makefile.athena @ 16999

Revision 16999, 335 bytes checked in by ghudson, 22 years ago (diff)
Fix shell redirection in install rule.
Line 
1# $Id: Makefile.athena,v 1.4 2002-02-03 20:22:25 ghudson Exp $
2
3dist:
4        cp "$$CONFIG_SITE" config.site.athena
5
6prepare:
7        rm -f config.cache
8        CONFIG_SITE=`pwd`/config.site.athena ./configure
9
10clean:
11        ${MAKE} clean
12
13all:
14        ${MAKE} all
15
16check:
17
18install:
19        install -c ld/ld-new \
20          `$$COMPILER -v 2>&1 | sed -ne 's|.* \(.*\)/specs|\1|p'`/ld
Note: See TracBrowser for help on using the repository browser.