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

Collapse All | Expand All

(-)emu-1.10.5/Makefile.in (-1 / +3 lines)
Lines 13-18 Link Here
13
##
13
##
14
## $Id: Makefile.in,v 1.32 2005/01/13 12:21:29 stevecassidy Exp $ 
14
## $Id: Makefile.in,v 1.32 2005/01/13 12:21:29 stevecassidy Exp $ 
15
15
16
PREFIX = @prefix@
17
EXEC_PREFIX = @exec_prefix@
16
BINDIR = @INSTALL_PREFIX@/bin
18
BINDIR = @INSTALL_PREFIX@/bin
17
LIBDIR = @INSTALL_PREFIX@/lib
19
LIBDIR = @INSTALL_PREFIX@/lib
18
TCL_PREFIX = @TCL_PREFIX@
20
TCL_PREFIX = @TCL_PREFIX@
Lines 60-66 Link Here
60
	cd contrib/kiel; $(MAKE)
62
	cd contrib/kiel; $(MAKE)
61
63
62
install:  all
64
install:  all
63
	$(WISH) ./doinstall.tcl
65
	$(WISH) ./doinstall.tcl --prefix="$(DESTDIR)$(PREFIX)" --tcl_prefix="$(DESTDIR)$(TCL_PREFIX)" --bin="$(DESTDIR)$(BINDIR)" --auto
64
66
65
# target for building the installable package 
67
# target for building the installable package 
66
package: all
68
package: all

Return to bug 98051