diff options
| author | Glenn Morris | 2012-08-01 13:55:15 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 13:55:15 -0400 |
| commit | 0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547 (patch) | |
| tree | e7de83b60b379d52c765f1fef48946946dd61786 | |
| parent | de7de8723f4697c16aaf77d3eff54441b5a4151c (diff) | |
| download | emacs-0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547.tar.gz emacs-0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547.zip | |
* lwlib/Makefile.in (config_h): Add conf_post.h.
| -rw-r--r-- | lwlib/ChangeLog | 4 | ||||
| -rw-r--r-- | lwlib/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 207a1200169..8d36e2e22d7 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (config_h): Add conf_post.h. | ||
| 4 | |||
| 1 | 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 6 | ||
| 3 | Avoid unused variable warning if --with-x-toolkit=motif. | 7 | Avoid unused variable warning if --with-x-toolkit=motif. |
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index d49f69b58a4..2e70e0a4b6d 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -69,7 +69,7 @@ liblw.a: $(OBJS) | |||
| 69 | $(RANLIB) $@ | 69 | $(RANLIB) $@ |
| 70 | 70 | ||
| 71 | ## Generated files in ../src, non-generated in $(srcdir)/../src. | 71 | ## Generated files in ../src, non-generated in $(srcdir)/../src. |
| 72 | config_h = ../src/config.h | 72 | config_h = ../src/config.h $(srcdir)/../src/conf_post.h |
| 73 | lisp_h = $(srcdir)/../src/lisp.h | 73 | lisp_h = $(srcdir)/../src/lisp.h |
| 74 | ## lisp.h includes this. | 74 | ## lisp.h includes this. |
| 75 | globals_h = ../src/globals.h | 75 | globals_h = ../src/globals.h |