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

Revision 16990, 331 bytes checked in by ghudson, 22 years ago (diff)
Don't run make depend; we don't care about it.
Line 
1# $Id: Makefile.athena,v 1.3 2002-02-03 15:26:47 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| sed -ne 's|.* \(.*\)/specs|\1|p'`/ld
Note: See TracBrowser for help on using the repository browser.