make install no longer soft.

This commit is contained in:
lindes 2001-08-24 21:15:25 +00:00
parent 0f659937c8
commit 9838cfab18
2 changed files with 4 additions and 4 deletions

View File

@ -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

6
README
View File

@ -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 *