Don't build files at install time (just to be consistent; the problem

is almost harmless here).

Submitted by:	Arne Henrik Juul <arnej@stud.math.ntnu.no>
PR:		6330
This commit is contained in:
Bruce Evans 1998-04-20 15:28:02 +00:00
parent 2d4c8d9d6c
commit 02bbe20fc1
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ NOMAN=
all: $(DEMOS) $(PROG)
install: ${DEMOS}
install:
@${ECHO} "to look at the demos, execute:"
@${ECHO} " \"cat <filename>.vt\""
@${ECHO} "if it is an animation and it runs too fast, try out:"

View File

@ -23,7 +23,7 @@ $(OBJS): fed.h
clean:
rm -f *.o fed *core* trace*
install: fed
install:
${INSTALL} -c -s -o bin -g bin fed $(DEST)
.endif

View File

@ -5,7 +5,7 @@ NOMAN=
all: $(PROG)
install: ${DEMOS}
install:
@${ECHO} "set2061 is not installed automatically ...."
.include <bsd.prog.mk>