diff options
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 \ |