Revision 17505,
213 bytes
checked in by rbasch, 23 years ago
(diff) |
Revert the switch to the native compiler on IRIX -- we no longer need
to work around the emacs build problem, and changing compilers did not
work anyway.
|
Line | |
---|
1 | # $Id: Makefile.athena,v 1.3 2002-04-18 20:44:35 rbasch Exp $ |
---|
2 | |
---|
3 | SHELL=/bin/sh |
---|
4 | |
---|
5 | dist: |
---|
6 | |
---|
7 | prepare: |
---|
8 | ./configure --shared --prefix=/usr/athena |
---|
9 | |
---|
10 | clean all: |
---|
11 | ${MAKE} $@ |
---|
12 | |
---|
13 | check: |
---|
14 | |
---|
15 | install: |
---|
16 | ${MAKE} install DESTDIR="$$SRVD" |
---|
Note: See
TracBrowser
for help on using the repository browser.