aboutsummaryrefslogtreecommitdiff
path: root/rtr-origin
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-05-06 04:21:34 +0000
committerRob Austein <sra@hactrn.net>2011-05-06 04:21:34 +0000
commit3b361f019f4205c44b7ba5ee481d0b788c280b4b (patch)
treeb7bcf5027c6aadcea31596aaccc0e11a3b93e47d /rtr-origin
parent8c7c94b0c8347b046286bd99831e07a704901e4e (diff)
DESTDIR
svn path=/pywrap/Makefile.in; revision=3801
Diffstat (limited to 'rtr-origin')
-rw-r--r--rtr-origin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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