]> code.delx.au - gnu-emacs/commitdiff
* lwlib/Makefile.in (config_h): Add conf_post.h.
authorGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 17:55:15 +0000 (13:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 17:55:15 +0000 (13:55 -0400)
lwlib/ChangeLog
lwlib/Makefile.in

index 207a1200169bf2bef8556782ba5b9f5dc1571288..8d36e2e22d7c46de170f99638fcf4018df4d9446 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-01  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (config_h): Add conf_post.h.
+
 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Avoid unused variable warning if --with-x-toolkit=motif.
index d49f69b58a4cef4c523b3421b0c3e88c01b15ea5..2e70e0a4b6dae2e70cc384c7bcc5043f399ec14f 100644 (file)
@@ -69,7 +69,7 @@ liblw.a: $(OBJS)
        $(RANLIB) $@
 
 ## Generated files in ../src, non-generated in $(srcdir)/../src.
-config_h = ../src/config.h
+config_h = ../src/config.h $(srcdir)/../src/conf_post.h
 lisp_h = $(srcdir)/../src/lisp.h
 ## lisp.h includes this.
 globals_h = ../src/globals.h