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:
parent
2d4c8d9d6c
commit
02bbe20fc1
@ -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:"
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,7 @@ NOMAN=
|
||||
|
||||
all: $(PROG)
|
||||
|
||||
install: ${DEMOS}
|
||||
install:
|
||||
@${ECHO} "set2061 is not installed automatically ...."
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user