diff options
| author | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
| commit | a01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch) | |
| tree | 94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /lib-src/makefile.w32-in | |
| parent | cc390e46c7ba95b76ea133d98fd386214cd01709 (diff) | |
| parent | 6b0f7311f16646e0de2045b2410e20921901c616 (diff) | |
| download | emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip | |
Merge from trunk
Diffstat (limited to 'lib-src/makefile.w32-in')
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 72a04ecff89..552dd1349fc 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -371,6 +371,7 @@ cleanall: clean | |||
| 371 | # Headers we would preprocess if we could. | 371 | # Headers we would preprocess if we could. |
| 372 | # | 372 | # |
| 373 | ../src/config.h: ../nt/$(CONFIG_H) | 373 | ../src/config.h: ../nt/$(CONFIG_H) |
| 374 | $(DEL) $@ | ||
| 374 | echo $(CONFIG_H) has changed. Re-run configure.bat. | 375 | echo $(CONFIG_H) has changed. Re-run configure.bat. |
| 375 | exit -1 | 376 | exit -1 |
| 376 | 377 | ||