Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 645542
Collapse All | Expand All

(-)lib.old/Makefile.in (-3 / +3 lines)
Lines 148-154 Link Here
148
${NBPF_LIB}:
148
${NBPF_LIB}:
149
	cd ../nbpf; make
149
	cd ../nbpf; make
150
150
151
install: install-static install-shared
151
install: install-shared
152
152
153
install-includes:
153
install-includes:
154
	mkdir -p ${INSTDIR}/include
154
	mkdir -p ${INSTDIR}/include
Lines 159-166 Link Here
159
	cp ${STATICLIB} ${INSTDIR}/lib/
159
	cp ${STATICLIB} ${INSTDIR}/lib/
160
160
161
install-shared:	${DYNAMICLIB} install-includes
161
install-shared:	${DYNAMICLIB} install-includes
162
	mkdir -p ${INSTDIR}/lib
162
	mkdir -p ${DESTDIR}/@libdir@
163
	cp ${DYNAMICLIB} ${INSTDIR}/lib/
163
	cp ${DYNAMICLIB} ${DESTDIR}/@libdir@/
164
	@if test "$(USER)" = "root"; then \
164
	@if test "$(USER)" = "root"; then \
165
		ldconfig; \
165
		ldconfig; \
166
	fi
166
	fi

Return to bug 645542