From 9838cfab181ad2d9897e21c45b34cbf2ad88b35f Mon Sep 17 00:00:00 2001 From: lindes Date: Fri, 24 Aug 2001 21:15:25 +0000 Subject: [PATCH] make install no longer soft. --- Makefile | 2 +- README | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c261fde..1b04fc9 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ clobber: clean # install, gently. not much to it: install: archbuild - /bin/cp -i ttyload ${INSTALLDIR}/ttyload + /bin/cp ttyload ${INSTALLDIR}/ttyload # because different systems' make have different behaviors on how they # deal with building stuff in subdirectories, and because I don't feel diff --git a/README b/README index cfb5fdc..969d360 100644 --- a/README +++ b/README @@ -77,9 +77,9 @@ know also if it runs unmodified on any other platforms. to build ttyload, in theory all you need to is type 'make'. If you want to also install it, 'make install' should do the trick, -which will gently (i.e. with cp -i) copy it to /usr/local/bin -(or another directory if you edit the INSTALLDIR setting in the -Makefile or do 'make install INSTALLDIR=whatever'). +which will copy it to /usr/local/bin (or another directory if +you edit the INSTALLDIR setting in the Makefile or do +'make install INSTALLDIR=whatever'). **************** * RUN-TIME FOO *