diff options
| author | Eli Zaretskii | 2008-11-14 12:17:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-11-14 12:17:38 +0000 |
| commit | 55fb4286284a2a49da905fdd47bdcd40ac8b6c47 (patch) | |
| tree | 205c953c002ff3ed2e0c818d00ec1175be29422a /src | |
| parent | 17587b1b2faa2e8b935a84663efa4dd48c029917 (diff) | |
| download | emacs-55fb4286284a2a49da905fdd47bdcd40ac8b6c47.tar.gz emacs-55fb4286284a2a49da905fdd47bdcd40ac8b6c47.zip | |
(OBJ1, WIN32OBJ): Fix whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 68 |
2 files changed, 38 insertions, 34 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e2c77613d7..466708fa2f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-11-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace. | ||
| 4 | |||
| 1 | 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 1260000. | 7 | * puresize.h (BASE_PURESIZE): Increase to 1260000. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a8df4660a8d..09a3a1ef580 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -55,32 +55,32 @@ FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) | |||
| 55 | OBJ0 = $(BLD)/emacs.$(O) | 55 | OBJ0 = $(BLD)/emacs.$(O) |
| 56 | 56 | ||
| 57 | OBJ1 = $(BLD)/alloc.$(O) \ | 57 | OBJ1 = $(BLD)/alloc.$(O) \ |
| 58 | $(BLD)/atimer.$(O) \ | 58 | $(BLD)/atimer.$(O) \ |
| 59 | $(BLD)/buffer.$(O) \ | 59 | $(BLD)/buffer.$(O) \ |
| 60 | $(BLD)/bytecode.$(O) \ | 60 | $(BLD)/bytecode.$(O) \ |
| 61 | $(BLD)/callint.$(O) \ | 61 | $(BLD)/callint.$(O) \ |
| 62 | $(BLD)/callproc.$(O) \ | 62 | $(BLD)/callproc.$(O) \ |
| 63 | $(BLD)/casefiddle.$(O) \ | 63 | $(BLD)/casefiddle.$(O) \ |
| 64 | $(BLD)/cm.$(O) \ | 64 | $(BLD)/cm.$(O) \ |
| 65 | $(BLD)/cmds.$(O) \ | 65 | $(BLD)/cmds.$(O) \ |
| 66 | $(BLD)/data.$(O) \ | 66 | $(BLD)/data.$(O) \ |
| 67 | $(BLD)/dired.$(O) \ | 67 | $(BLD)/dired.$(O) \ |
| 68 | $(BLD)/dispnew.$(O) \ | 68 | $(BLD)/dispnew.$(O) \ |
| 69 | $(BLD)/doc.$(O) \ | 69 | $(BLD)/doc.$(O) \ |
| 70 | $(BLD)/doprnt.$(O) \ | 70 | $(BLD)/doprnt.$(O) \ |
| 71 | $(BLD)/editfns.$(O) \ | 71 | $(BLD)/editfns.$(O) \ |
| 72 | $(BLD)/eval.$(O) \ | 72 | $(BLD)/eval.$(O) \ |
| 73 | $(BLD)/fileio.$(O) \ | 73 | $(BLD)/fileio.$(O) \ |
| 74 | $(BLD)/filelock.$(O) \ | 74 | $(BLD)/filelock.$(O) \ |
| 75 | $(BLD)/filemode.$(O) \ | 75 | $(BLD)/filemode.$(O) \ |
| 76 | $(BLD)/fns.$(O) \ | 76 | $(BLD)/fns.$(O) \ |
| 77 | $(BLD)/indent.$(O) \ | 77 | $(BLD)/indent.$(O) \ |
| 78 | $(BLD)/insdel.$(O) \ | 78 | $(BLD)/insdel.$(O) \ |
| 79 | $(BLD)/keyboard.$(O) \ | 79 | $(BLD)/keyboard.$(O) \ |
| 80 | $(BLD)/keymap.$(O) \ | 80 | $(BLD)/keymap.$(O) \ |
| 81 | $(BLD)/lread.$(O) \ | 81 | $(BLD)/lread.$(O) \ |
| 82 | $(BLD)/macros.$(O) \ | 82 | $(BLD)/macros.$(O) \ |
| 83 | $(BLD)/marker.$(O) \ | 83 | $(BLD)/marker.$(O) \ |
| 84 | $(BLD)/md5.$(O) \ | 84 | $(BLD)/md5.$(O) \ |
| 85 | $(BLD)/minibuf.$(O) \ | 85 | $(BLD)/minibuf.$(O) \ |
| 86 | $(BLD)/w32.$(O) \ | 86 | $(BLD)/w32.$(O) \ |
| @@ -88,42 +88,42 @@ OBJ1 = $(BLD)/alloc.$(O) \ | |||
| 88 | $(BLD)/w32inevt.$(O) \ | 88 | $(BLD)/w32inevt.$(O) \ |
| 89 | $(BLD)/w32proc.$(O) \ | 89 | $(BLD)/w32proc.$(O) \ |
| 90 | $(BLD)/w32console.$(O) \ | 90 | $(BLD)/w32console.$(O) \ |
| 91 | $(BLD)/print.$(O) \ | 91 | $(BLD)/print.$(O) \ |
| 92 | $(BLD)/process.$(O) \ | 92 | $(BLD)/process.$(O) \ |
| 93 | $(BLD)/regex.$(O) \ | 93 | $(BLD)/regex.$(O) \ |
| 94 | $(BLD)/scroll.$(O) \ | 94 | $(BLD)/scroll.$(O) \ |
| 95 | $(BLD)/search.$(O) \ | 95 | $(BLD)/search.$(O) \ |
| 96 | $(BLD)/sound.$(O) \ | 96 | $(BLD)/sound.$(O) \ |
| 97 | $(BLD)/syntax.$(O) \ | 97 | $(BLD)/syntax.$(O) \ |
| 98 | $(BLD)/sysdep.$(O) \ | 98 | $(BLD)/sysdep.$(O) \ |
| 99 | $(BLD)/term.$(O) \ | 99 | $(BLD)/term.$(O) \ |
| 100 | $(BLD)/termcap.$(O) \ | 100 | $(BLD)/termcap.$(O) \ |
| 101 | $(BLD)/tparam.$(O) \ | 101 | $(BLD)/tparam.$(O) \ |
| 102 | $(BLD)/undo.$(O) \ | 102 | $(BLD)/undo.$(O) \ |
| 103 | $(BLD)/unexw32.$(O) \ | 103 | $(BLD)/unexw32.$(O) \ |
| 104 | $(BLD)/window.$(O) \ | 104 | $(BLD)/window.$(O) \ |
| 105 | $(BLD)/xdisp.$(O) \ | 105 | $(BLD)/xdisp.$(O) \ |
| 106 | $(BLD)/casetab.$(O) \ | 106 | $(BLD)/casetab.$(O) \ |
| 107 | $(BLD)/floatfns.$(O) \ | 107 | $(BLD)/floatfns.$(O) \ |
| 108 | $(BLD)/frame.$(O) \ | 108 | $(BLD)/frame.$(O) \ |
| 109 | $(BLD)/gmalloc.$(O) \ | 109 | $(BLD)/gmalloc.$(O) \ |
| 110 | $(BLD)/intervals.$(O) \ | 110 | $(BLD)/intervals.$(O) \ |
| 111 | $(BLD)/composite.$(O) \ | 111 | $(BLD)/composite.$(O) \ |
| 112 | $(BLD)/ralloc.$(O) \ | 112 | $(BLD)/ralloc.$(O) \ |
| 113 | $(BLD)/textprop.$(O) \ | 113 | $(BLD)/textprop.$(O) \ |
| 114 | $(BLD)/vm-limit.$(O) \ | 114 | $(BLD)/vm-limit.$(O) \ |
| 115 | $(BLD)/region-cache.$(O) \ | 115 | $(BLD)/region-cache.$(O) \ |
| 116 | $(BLD)/strftime.$(O) \ | 116 | $(BLD)/strftime.$(O) \ |
| 117 | $(BLD)/charset.$(O) \ | 117 | $(BLD)/charset.$(O) \ |
| 118 | $(BLD)/character.$(O) \ | 118 | $(BLD)/character.$(O) \ |
| 119 | $(BLD)/chartab.$(O) \ | 119 | $(BLD)/chartab.$(O) \ |
| 120 | $(BLD)/coding.$(O) \ | 120 | $(BLD)/coding.$(O) \ |
| 121 | $(BLD)/category.$(O) \ | 121 | $(BLD)/category.$(O) \ |
| 122 | $(BLD)/ccl.$(O) \ | 122 | $(BLD)/ccl.$(O) \ |
| 123 | $(BLD)/font.$(O) \ | 123 | $(BLD)/font.$(O) \ |
| 124 | $(BLD)/fontset.$(O) \ | 124 | $(BLD)/fontset.$(O) \ |
| 125 | $(BLD)/fringe.$(O) \ | 125 | $(BLD)/fringe.$(O) \ |
| 126 | $(BLD)/image.$(O) \ | 126 | $(BLD)/image.$(O) \ |
| 127 | $(BLD)/terminal.$(O) \ | 127 | $(BLD)/terminal.$(O) \ |
| 128 | $(BLD)/menu.$(O) | 128 | $(BLD)/menu.$(O) |
| 129 | 129 | ||
| @@ -131,7 +131,7 @@ WIN32OBJ = $(BLD)/w32term.$(O) \ | |||
| 131 | $(BLD)/w32xfns.$(O) \ | 131 | $(BLD)/w32xfns.$(O) \ |
| 132 | $(BLD)/w32fns.$(O) \ | 132 | $(BLD)/w32fns.$(O) \ |
| 133 | $(BLD)/xfaces.$(O) \ | 133 | $(BLD)/xfaces.$(O) \ |
| 134 | $(BLD)/w32select.$(O) \ | 134 | $(BLD)/w32select.$(O) \ |
| 135 | $(BLD)/w32menu.$(O) \ | 135 | $(BLD)/w32menu.$(O) \ |
| 136 | $(BLD)/w32reg.$(O) | 136 | $(BLD)/w32reg.$(O) |
| 137 | 137 | ||