source: trunk/third/top/Makefile.athena @ 9739

Revision 9739, 339 bytes checked in by ghudson, 28 years ago (diff)
Back out the change in revision 1.5; it doesn't solve the problem (the lossage was actually on the "make -f Makefile.athena install", not in the rule we run). Instead, force the install target to run.
Line 
1# $Id: Makefile.athena,v 1.6 1997-03-17 20:52:49 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        rm -f .defaults
7        cp "defaults.$$HOSTTYPE" .defaults
8        module=`sed -n "s/^set module = '\(.*\)'$$/\1/p" .defaults`; \
9        ./Configure "$$module"
10
11clean:
12        ${MAKE} clean
13
14all:
15        ${MAKE} all
16
17check:
18
19install: always
20        ${MAKE} install "DESTDIR=$$SRVD"
21
22always:
Note: See TracBrowser for help on using the repository browser.