diff options
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 4 | ||||
| -rw-r--r-- | mac/makefile.MPW | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 326a844b638..7b97e14f590 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. | ||
| 4 | |||
| 1 | 2007-09-13 Seiji Zenitani <zenitani@mac.com> | 5 | 2007-09-13 Seiji Zenitani <zenitani@mac.com> |
| 2 | Takanori Yamamoto <takanori.yamamoto@gmail.com> | 6 | Takanori Yamamoto <takanori.yamamoto@gmail.com> |
| 3 | Kentaro Ohkouchi <nanasess@fsm.ne.jp> | 7 | Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 47fc1f9abf2..c7cb790ce92 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -1017,7 +1017,7 @@ DistClean Ä Clean | |||
| 1017 | # Variables and rules for target "Doc" # | 1017 | # Variables and rules for target "Doc" # |
| 1018 | #--------------------------------------# | 1018 | #--------------------------------------# |
| 1019 | 1019 | ||
| 1020 | SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o ¶ | 1020 | SOME_MACHINE_OBJECTS = dosfns.o msdos.o ¶ |
| 1021 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o ¶ | 1021 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o ¶ |
| 1022 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o ¶ | 1022 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o ¶ |
| 1023 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o ¶ | 1023 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o ¶ |