diff options
| author | Juanma Barranquero | 2012-04-07 23:32:59 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-04-07 23:32:59 +0200 |
| commit | d402bcb11b6c8ac8687f13f86b4e8590ead8ded8 (patch) | |
| tree | 839770cf36828c79ecd169916c1685105e09c3cf /src | |
| parent | 9209588f2d6f9857ac37630597a424d73a599297 (diff) | |
| download | emacs-d402bcb11b6c8ac8687f13f86b4e8590ead8ded8.tar.gz emacs-d402bcb11b6c8ac8687f13f86b4e8590ead8ded8.zip | |
src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry.
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 da831d07a36..303445bc2d6 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -943,10 +943,10 @@ $(BLD)/gnutls.$(O) : \ | |||
| 943 | 943 | ||
| 944 | $(BLD)/xml.$(O) : \ | 944 | $(BLD)/xml.$(O) : \ |
| 945 | $(SRC)/xml.c \ | 945 | $(SRC)/xml.c \ |
| 946 | $(SRC)/buffer.h \ | ||
| 946 | $(SRC)/w32.h \ | 947 | $(SRC)/w32.h \ |
| 947 | $(CONFIG_H) \ | 948 | $(CONFIG_H) \ |
| 948 | $(LISP_H) \ | 949 | $(LISP_H) |
| 949 | $(SRC)/buffer.h | ||
| 950 | 950 | ||
| 951 | $(BLD)/image.$(O) : \ | 951 | $(BLD)/image.$(O) : \ |
| 952 | $(SRC)/image.c \ | 952 | $(SRC)/image.c \ |