From: Eli Zaretskii Date: Sun, 24 Apr 2011 07:15:17 +0000 (+0300) Subject: Fix a minor bug in src/makefile.w32-in. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~215^2~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1052e5d1b134c255b4fe7cd948681a0a9af9b63;p=emacs.git 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index e939a575c6a..537acb712b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2011-04-24 Eli Zaretskii + * 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. : Deleted. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9d2c3d8f83f..eebc4006bc3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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