From 3b361f019f4205c44b7ba5ee481d0b788c280b4b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 6 May 2011 04:21:34 +0000 Subject: DESTDIR svn path=/pywrap/Makefile.in; revision=3801 --- rtr-origin/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtr-origin') diff --git a/rtr-origin/Makefile.in b/rtr-origin/Makefile.in index 10565c27..f498fd89 100644 --- a/rtr-origin/Makefile.in +++ b/rtr-origin/Makefile.in @@ -28,10 +28,10 @@ clean: rm -f ${BIN} install: all - ${INSTALL} ${BIN} ${bindir}/${BIN} + ${INSTALL} ${BIN} ${DESTDIR}${bindir}/${BIN} deinstall uninstall: - rm -f ${bindir}/${BIN} + rm -f ${DESTDIR}${bindir}/${BIN} distclean: clean rm -f Makefile -- cgit v1.2.3