improved installation mechanism

This commit is contained in:
ceriel
1991-10-14 09:38:04 +00:00
parent da6ac05990
commit 33ec8e07ed
12 changed files with 41 additions and 28 deletions

View File

@@ -68,7 +68,9 @@ all: make.main
install: all
cp grind $(TARGET_HOME)/bin/grind
cp $(SRC_DIR)/grind.1 $(TARGET_HOME)/man/grind.1
if [ $(DO_MACHINE_INDEP) = y ] ; \
then cp $(SRC_DIR)/grind.1 $(TARGET_HOME)/man/grind.1 ; \
fi
cmp: all
-cmp grind $(TARGET_HOME)/bin/grind