mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
(endian): Add explicit rule for broken makes.
This commit is contained in:
@ -1,8 +1,19 @@
|
|||||||
|
Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (endian): Add explicit rule for broken makes.
|
||||||
|
|
||||||
|
Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (info, install-info): New targets.
|
||||||
|
(DO_INSTALL): Renamed from INSTALL, which is overridden by the top
|
||||||
|
level Makefile.
|
||||||
|
|
||||||
Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
|
Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (endian.h): build endian.h via a temporary file so
|
* Makefile.in (endian.h): build endian.h via a temporary file so
|
||||||
that we don't leave an incomplete file lying around on
|
that we don't leave an incomplete file lying around on
|
||||||
interrupted builds.
|
interrupted builds.
|
||||||
|
(clean): remove endian, e.h, and endian.h.
|
||||||
|
|
||||||
Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||||
|
|
||||||
|
@ -103,6 +103,8 @@ endian.h: endian
|
|||||||
./endian > e.h
|
./endian > e.h
|
||||||
mv -f e.h endian.h
|
mv -f e.h endian.h
|
||||||
|
|
||||||
|
endian: endian.c
|
||||||
|
|
||||||
### none
|
### none
|
||||||
|
|
||||||
all-nothing: force
|
all-nothing: force
|
||||||
|
Reference in New Issue
Block a user