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

Collapse All | Expand All

(-)src/MedClient/test/environ/Makefile.in_orig (-5 / +6 lines)
Lines 29-34 Link Here
29
top_builddir=../../../..
29
top_builddir=../../../..
30
srcdir=@srcdir@
30
srcdir=@srcdir@
31
VPATH=.:@srcdir@
31
VPATH=.:@srcdir@
32
prefix=@prefix@
32
33
33
BIN=	runEnvironTests 
34
BIN=	runEnvironTests 
34
35
Lines 53-63 Link Here
53
	chmod +x csh/*
54
	chmod +x csh/*
54
55
55
install:
56
install:
56
	mkdir -p @prefix@/Tests/environ
57
	mkdir -p ${prefix}/Tests/environ
57
	cp -rf ${BIN} csh @prefix@/Tests/environ
58
	cp -rf ${BIN} csh ${prefix}/Tests/environ
58
	cd @prefix@/Tests/environ ; chmod u+x ${BIN}
59
	cd ${prefix}/Tests/environ ; chmod u+x ${BIN}
59
	cp -f ${top_builddir}/bin/runTestMedCorba @prefix@/bin
60
	cp -f ${top_builddir}/bin/runTestMedCorba ${prefix}/bin
60
	chmod +x @prefix@/bin/runTestMedCorba
61
	chmod +x ${prefix}/bin/runTestMedCorba
61
62
62
./%: @srcdir@/%.in
63
./%: @srcdir@/%.in
63
	cd $(top_builddir) ; \
64
	cd $(top_builddir) ; \

Return to bug 155974