diff options
| author | Juanma Barranquero | 2012-11-06 16:29:49 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-11-06 16:29:49 +0100 |
| commit | 3966138251393d7d8f3c33a2607e168c84a5a72f (patch) | |
| tree | 88fcbc73c25e004106a4144b7f5b8291a38b8f86 /src | |
| parent | d9f07150fc320156377a172fd4a5ec23f13a15c0 (diff) | |
| download | emacs-3966138251393d7d8f3c33a2607e168c84a5a72f.tar.gz emacs-3966138251393d7d8f3c33a2607e168c84a5a72f.zip | |
lib/makefile.w32-in, src/makefile.w32-in: Trivial reordering of entries.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9df5dedb7ea..f5cab34d7dc 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1475,8 +1475,8 @@ $(BLD)/unexw32.$(O) : \ | |||
| 1475 | $(SRC)/w32.h \ | 1475 | $(SRC)/w32.h \ |
| 1476 | $(SRC)/w32common.h \ | 1476 | $(SRC)/w32common.h \ |
| 1477 | $(SRC)/w32heap.h \ | 1477 | $(SRC)/w32heap.h \ |
| 1478 | $(LISP_H) \ | 1478 | $(CONFIG_H) \ |
| 1479 | $(CONFIG_H) | 1479 | $(LISP_H) |
| 1480 | 1480 | ||
| 1481 | $(BLD)/vm-limit.$(O) : \ | 1481 | $(BLD)/vm-limit.$(O) : \ |
| 1482 | $(SRC)/vm-limit.c \ | 1482 | $(SRC)/vm-limit.c \ |