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

Collapse All | Expand All

(-)mkcmd-8.14.orig/bin/mkcmd/Make.host (-3 / +3 lines)
Lines 5-11 Link Here
5
SHELL=/bin/sh
5
SHELL=/bin/sh
6
'ifelse(HOSTTYPE,`PTX',
6
'ifelse(HOSTTYPE,`PTX',
7
`BIN=	${ROOT}/bin',
7
`BIN=	${ROOT}/bin',
8
`BIN=	${DESTDIR}/usr/local/bin')`
8
`BIN=	${DESTDIR}/usr/bin')`
9
PROG=	mkcmd
9
PROG=	mkcmd
10
10
11
I=/usr/include
11
I=/usr/include
Lines 17-26 Link Here
17
# -D in CDEFS.  See notes in machine.h.  Change LIB (if you move DEFDIR)
17
# -D in CDEFS.  See notes in machine.h.  Change LIB (if you move DEFDIR)
18
# in the lib source Makefile.
18
# in the lib source Makefile.
19
INCLUDE=
19
INCLUDE=
20
DEBUG='ifelse(HOSTTYPE,`V386',`',`-O')`
20
DEBUG='ifelse(HOSTTYPE,`V386',`',`')`
21
CDEFS= -D'HOSTTYPE`'ifdef(`CPP_FIX',` CPP_FIX')`'ifelse(
21
CDEFS= -D'HOSTTYPE`'ifdef(`CPP_FIX',` CPP_FIX')`'ifelse(
22
HOSTTYPE,`IBMR2',` -D_AIX')`
22
HOSTTYPE,`IBMR2',` -D_AIX')`
23
CFLAGS=	${DEBUG} ${CDEFS} ${INCLUDE}
23
CFLAGS+=	${DEBUG} ${CDEFS} ${INCLUDE}
24
INSTALL= install
24
INSTALL= install
25
25
26
HDR=	main.h mkcmd.h check.h emit.h key.h list.h parser.h stracc.h option.h \
26
HDR=	main.h mkcmd.h check.h emit.h key.h list.h parser.h stracc.h option.h \

Return to bug 67121