Mercurial > emacs
changeset 13837:e2d1a0fa263a
(LIBXT): Use DYNAMIC_OPTION too.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Dec 1995 23:18:24 +0000 |
parents | be2b3be07978 |
children | ca284f531f71 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Dec 24 23:12:46 1995 +0000 +++ b/src/Makefile.in Sun Dec 24 23:18:24 1995 +0000 @@ -345,7 +345,7 @@ /* We assume the config files have defined STATIC_OPTION since that might depend on the operating system. (Don't forget you need different definitions with and without __GNUC__.) */ -LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext STATIC_OPTION +LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION #else /* not LIBXT_STATIC */ LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext #endif /* not LIBXT_STATIC */