diff options
| author | Dan Nicolaescu | 2008-06-01 16:59:27 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-01 16:59:27 +0000 |
| commit | 60a3d7ee193b5d45945dce4c72efe14915276d29 (patch) | |
| tree | bd760eeab8e6aba8296976815704edc8349d9263 /src | |
| parent | fa68fa593381875942347c54897e7304114a5bbe (diff) | |
| download | emacs-60a3d7ee193b5d45945dce4c72efe14915276d29.tar.gz emacs-60a3d7ee193b5d45945dce4c72efe14915276d29.zip | |
(dot, dotdot): Remove, update users.
".." has been used elsewhere in the file for a long time.
(LIBXT_STATIC): Remove conditional based on unused variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/Makefile.in | 54 |
2 files changed, 28 insertions, 32 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 526d0c07bb0..c9ca9a966aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (dot, dotdot): Remove, update users. | ||
| 4 | ".." has been used elsewhere in the file for a long time. | ||
| 5 | (LIBXT_STATIC): Remove conditional based on unused variable. | ||
| 6 | |||
| 1 | 2008-06-01 Miles Bader <miles@gnu.org> | 7 | 2008-06-01 Miles Bader <miles@gnu.org> |
| 2 | 8 | ||
| 3 | * xfaces.c (Vface_remapping_alist): New variable. | 9 | * xfaces.c (Vface_remapping_alist): New variable. |
diff --git a/src/Makefile.in b/src/Makefile.in index 4f9ccb81e7e..0b22dd9e4b8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -51,16 +51,13 @@ version=@version@ | |||
| 51 | # LIBS = @LIBS@ | 51 | # LIBS = @LIBS@ |
| 52 | LIBOBJS = @LIBOBJS@ | 52 | LIBOBJS = @LIBOBJS@ |
| 53 | 53 | ||
| 54 | # On Xenix and the IBM RS6000, double-dot gets screwed up. | 54 | lispsource = ${srcdir}/../lisp/ |
| 55 | dot = . | 55 | admindir = $(srcdir)/../admin/ |
| 56 | dotdot = ${dot}${dot} | 56 | libsrc = ../lib-src/ |
| 57 | lispsource = ${srcdir}/$(dot)$(dot)/lisp/ | 57 | etc = ../etc/ |
| 58 | admindir = $(srcdir)/$(dot)$(dot)/admin/ | 58 | oldXMenudir = ../oldXMenu/ |
| 59 | libsrc = $(dot)$(dot)/lib-src/ | 59 | lwlibdir = ../lwlib/ |
| 60 | etc = $(dot)$(dot)/etc/ | 60 | lispdir = ../lisp/ |
| 61 | oldXMenudir = $(dot)$(dot)/oldXMenu/ | ||
| 62 | lwlibdir = $(dot)$(dot)/lwlib/ | ||
| 63 | lispdir = $(dot)$(dot)/lisp/ | ||
| 64 | 61 | ||
| 65 | # Configuration files for .o files to depend on. | 62 | # Configuration files for .o files to depend on. |
| 66 | M_FILE = ${srcdir}/@machfile@ | 63 | M_FILE = ${srcdir}/@machfile@ |
| @@ -336,14 +333,7 @@ LIBXTR6 = -lSM -lICE | |||
| 336 | #define LIBXMU -lXmu | 333 | #define LIBXMU -lXmu |
| 337 | #endif | 334 | #endif |
| 338 | 335 | ||
| 339 | #ifdef LIBXT_STATIC | ||
| 340 | /* We assume the config files have defined STATIC_OPTION | ||
| 341 | since that might depend on the operating system. | ||
| 342 | (Do not forget you need different definitions with and without __GNUC__.) */ | ||
| 343 | LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION | ||
| 344 | #else /* not LIBXT_STATIC */ | ||
| 345 | LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext | 336 | LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext |
| 346 | #endif /* not LIBXT_STATIC */ | ||
| 347 | 337 | ||
| 348 | #else /* not USE_X_TOOLKIT */ | 338 | #else /* not USE_X_TOOLKIT */ |
| 349 | 339 | ||
| @@ -531,7 +521,7 @@ CYGWIN_OBJ = sheap.o | |||
| 531 | #endif | 521 | #endif |
| 532 | 522 | ||
| 533 | #ifdef HAVE_CARBON | 523 | #ifdef HAVE_CARBON |
| 534 | mac = $(dot)$(dot)/mac/ | 524 | mac = ../mac/ |
| 535 | MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o | 525 | MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o |
| 536 | emacsapp = $(PWD)/$(mac)Emacs.app/ | 526 | emacsapp = $(PWD)/$(mac)Emacs.app/ |
| 537 | emacsappsrc = ${srcdir}/../mac/Emacs.app/ | 527 | emacsappsrc = ${srcdir}/../mac/Emacs.app/ |
| @@ -872,21 +862,21 @@ shortlisp= \ | |||
| 872 | We use ../lisp/ to start the file names | 862 | We use ../lisp/ to start the file names |
| 873 | to reduce the size of the argument list for make-docfile | 863 | to reduce the size of the argument list for make-docfile |
| 874 | for the sake of systems which can''t handle large ones. */ | 864 | for the sake of systems which can''t handle large ones. */ |
| 875 | SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ | 865 | SOME_MACHINE_LISP = ../lisp/mouse.elc \ |
| 876 | ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ | 866 | ../lisp/select.elc ../lisp/scroll-bar.elc \ |
| 877 | VMS_SUPPORT \ | 867 | VMS_SUPPORT \ |
| 878 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ | 868 | ../lisp/ls-lisp.elc ../lisp/dos-fns.elc \ |
| 879 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ | 869 | ../lisp/w32-fns.elc ../lisp/dos-w32.elc \ |
| 880 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ | 870 | ../lisp/disp-table.elc ../lisp/dos-vars.elc \ |
| 881 | ${dotdot}/lisp/tooltip.elc ${dotdot}/lisp/image.elc \ | 871 | ../lisp/tooltip.elc ../lisp/image.elc \ |
| 882 | ${dotdot}/lisp/fringe.elc ${dotdot}/lisp/dnd.elc \ | 872 | ../lisp/fringe.elc ../lisp/dnd.elc \ |
| 883 | ${dotdot}/lisp/mwheel.elc ${dotdot}/lisp/tool-bar.elc \ | 873 | ../lisp/mwheel.elc ../lisp/tool-bar.elc \ |
| 884 | ${dotdot}/lisp/x-dnd.elc \ | 874 | ../lisp/x-dnd.elc \ |
| 885 | ${dotdot}/lisp/international/ccl.elc \ | 875 | ../lisp/international/ccl.elc \ |
| 886 | ${dotdot}/lisp/international/codepage.elc \ | 876 | ../lisp/international/codepage.elc \ |
| 887 | ${dotdot}/lisp/international/fontset.elc \ | 877 | ../lisp/international/fontset.elc \ |
| 888 | ${dotdot}/lisp/mouse.elc \ | 878 | ../lisp/mouse.elc \ |
| 889 | ${dotdot}/lisp/term/x-win.elc | 879 | ../lisp/term/x-win.elc |
| 890 | 880 | ||
| 891 | /* Construct full set of libraries to be linked. | 881 | /* Construct full set of libraries to be linked. |
| 892 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 882 | Note that SunOS needs -lm to come before -lc; otherwise, you get |