Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 205555 | Differences between
and this patch

Collapse All | Expand All

(-)emacs-22.1-orig/src/Makefile.in (+3 lines)
Lines 29-34 Link Here
29
29
30
# Here are the things that we expect ../configure to edit.
30
# Here are the things that we expect ../configure to edit.
31
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
31
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
32
prefix=@prefix@
33
exec_prefix=@exec_prefix@
34
libdir=@libdir@
32
srcdir=@srcdir@
35
srcdir=@srcdir@
33
VPATH=@srcdir@
36
VPATH=@srcdir@
34
CC=@CC@
37
CC=@CC@
(-)emacs-22.1-orig/src/m/ibms390x.h (-2 / +2 lines)
Lines 160-169 Link Here
160
#define XPNTR(a) XUINT (a)
160
#define XPNTR(a) XUINT (a)
161
161
162
#undef START_FILES
162
#undef START_FILES
163
#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
163
#define START_FILES pre-crt0.o $(libdir)/crt1.o $(libdir)/crti.o
164
164
165
#undef LIB_STANDARD
165
#undef LIB_STANDARD
166
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
166
#define LIB_STANDARD -lgcc -lc -lgcc $(libdir)/crtn.o
167
167
168
/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
168
/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
169
   (do not change this comment) */
169
   (do not change this comment) */

Return to bug 205555