]>
Commit | Line | Data |
---|---|---|
30947f7e ILT |
1 | Fri May 21 10:55:06 1993 Ian Lance Taylor ([email protected]) |
2 | ||
3 | * Makefile.in (check, installcheck): Added dummy targets. | |
4 | ||
5 | Mon May 3 21:39:43 1993 Fred Fish ([email protected]) | |
6 | ||
7 | * Makefile.in (endian): Find endian.c in $(srcdir), and also | |
8 | explicitly make it, since some makes apparently don't work with | |
9 | VPATH and .c to executable rules (SunOS make for example). | |
10 | ||
ad5fcc62 SC |
11 | Mon May 3 08:29:01 1993 Steve Chamberlain ([email protected]) |
12 | ||
13 | * Makefile.in (endian): Add explicit rule for broken makes. | |
14 | ||
15 | Mon Mar 15 15:47:53 1993 Ian Lance Taylor ([email protected]) | |
16 | ||
17 | * Makefile.in (info, install-info): New targets. | |
18 | (DO_INSTALL): Renamed from INSTALL, which is overridden by the top | |
19 | level Makefile. | |
20 | ||
7413f20a RP |
21 | Wed Feb 10 20:12:27 1993 K. Richard Pixley ([email protected]) |
22 | ||
23 | * Makefile.in (endian.h): build endian.h via a temporary file so | |
24 | that we don't leave an incomplete file lying around on | |
25 | interrupted builds. | |
ad5fcc62 | 26 | (clean): remove endian, e.h, and endian.h. |
7413f20a | 27 | |
47dba87a SC |
28 | Mon Feb 8 11:46:06 1993 Steve Chamberlain ([email protected]) |
29 | ||
30 | * Makefile.in, configure.in: if target isn't supported, build a | |
31 | harmless makefile. | |
32 | ||
33 |