aboutsummaryrefslogtreecommitdiff
path: root/rtr-origin/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'rtr-origin/Makefile.in')
-rw-r--r--rtr-origin/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/rtr-origin/Makefile.in b/rtr-origin/Makefile.in
index ef15ac4c..9eb2ac55 100644
--- a/rtr-origin/Makefile.in
+++ b/rtr-origin/Makefile.in
@@ -34,12 +34,10 @@ clean:
install: all ${RTR_ORIGIN_INSTALL_TARGETS}
-install-always:
+install-binary:
if test -d ${DESTDIR}${bindir} ; then :; else ${INSTALL} -m 555 -d ${DESTDIR}${bindir}; fi
${INSTALL} -m 555 ${BIN} ${DESTDIR}${bindir}/${BIN}
-install-postconf: install-listener
-
deinstall uninstall:
rm -f ${DESTDIR}${bindir}/${BIN}