diff options
| author | Richard M. Stallman | 1994-10-01 04:42:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-01 04:42:45 +0000 |
| commit | fe9f955af30ea463f2f303146e7fce793d0d379f (patch) | |
| tree | dfe474b4ecdd1fe851f0c6198ca09378e77e3ed4 /src | |
| parent | f4e5bca55691985ad31a7d156c118d7a7dae3a95 (diff) | |
| download | emacs-fe9f955af30ea463f2f303146e7fce793d0d379f.tar.gz emacs-fe9f955af30ea463f2f303146e7fce793d0d379f.zip | |
(LDFLAGS): New variable.
(LIBX): Use LDFLAGS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c4c5f957367..39b7c2cb56c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -333,7 +333,8 @@ LIBXT= | |||
| 333 | #ifdef HAVE_X11 | 333 | #ifdef HAVE_X11 |
| 334 | /* LD_SWITCH_X_DEFAULT comes after everything else that specifies | 334 | /* LD_SWITCH_X_DEFAULT comes after everything else that specifies |
| 335 | options for where to find X libraries, but before those libraries. */ | 335 | options for where to find X libraries, but before those libraries. */ |
| 336 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | 336 | X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT |
| 337 | LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | ||
| 337 | #else /* not HAVE_X11 */ | 338 | #else /* not HAVE_X11 */ |
| 338 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM | 339 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM |
| 339 | #endif /* not HAVE_X11 */ | 340 | #endif /* not HAVE_X11 */ |