Fix a minor bug in src/makefile.w32-in.
src/makefile.w32-in (globals.h): Add a dummy recipe, to make any changes in globals.h immediately force recompilation.
This commit is contained in:
parent
fa6996bcd4
commit
f1052e5d1b
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-04-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (globals.h): Add a dummy recipe, to make any
|
||||
changes in globals.h immediately force recompilation.
|
||||
|
||||
* character.c (Fchar_direction): Function deleted.
|
||||
(syms_of_character): Don't defsubr it.
|
||||
<char-direction-table>: Deleted.
|
||||
|
|
|
@ -225,6 +225,7 @@ SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
|
|||
obj = $(GLOBAL_SOURCES:.c=.o)
|
||||
|
||||
globals.h: gl-stamp
|
||||
@cmd /c rem true
|
||||
|
||||
gl-stamp: ../lib-src/$(BLD)/make-docfile.exe $(GLOBAL_SOURCES)
|
||||
- $(DEL) gl-tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue