Mercurial > hg > xemacs-beta
diff Makefile.in.in @ 1633:baca156a450b
[xemacs-hg @ 2003-08-19 02:11:46 by james]
Make modules build and run on Cygwin and MinGW. This is the second commit to
get the toplevel files that were not committed the first time.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:11:49 +0000 |
parents | 049c7092a496 |
children | bf8be6575eae |
line wrap: on
line diff
--- a/Makefile.in.in Tue Aug 19 02:07:16 2003 +0000 +++ b/Makefile.in.in Tue Aug 19 02:11:49 2003 +0000 @@ -238,7 +238,7 @@ ## instead, we have written out explicit code in the `install' targets. COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = ${etcdir} ${lispdir} -GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h +GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h src/xemacs.def ## MAKE_SUBDIR will always be of the form lib-src ... src, where ## `...' includes various other directories that may be inserted by @@ -337,6 +337,9 @@ lwlib/config.h: ${srcdir}/lwlib/config.h.in ./config.status && touch $@ +src/xemacs.def: $(srcdir)/src/xemacs.def.in.in + ./config.status && touch $@ + ## ==================== Installation ==================== ## If we let lib-src do its own installation, that means we