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:
bde 1998-04-20 15:28:02 +00:00
parent 56e458e6ec
commit c1d7e6cda4
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>