Mercurial > emacs
annotate etc/Makefile @ 2733:d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
used by any configuration right now, but he's trying to make it
work.
#include "sunos4-1.h" instead of "bsd4-2.h".
(O_NDELAY): Don't define this.
(SYSTEM_MALLOC): Don't define this, either.
(LD_SWITCH_SYSTEM): Remove the definition for this.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 10 May 1993 00:34:31 +0000 |
parents | bb1a01e47d85 |
children | 3ce509de88ec |
rev | line source |
---|---|
2260 | 1 DESTDIR= |
2 LIBDIR=/usr/local/lib | |
3 BINDIR=/usr/local/bin | |
4 MANDIR=/usr/man/man1 | |
5 MANEXT=1 | |
6 | |
7 all: | |
8 | |
9 distclean: | |
10 -rm -f *~ \#* DOC* core | |
11 | |
12 clean: | |
13 -rm -f core | |
14 | |
15 SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \ | |
16 news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \ | |
17 vcdiff vipcard.tex xmouse.doc | |
18 | |
19 unlock: | |
20 chmod u+w $(SOURCES) | |
21 | |
22 relock: | |
23 chmod u-w $(SOURCES) |