change msgmsy makefile, cp call for sys and usr files failed
renamed output.c to pfhadd.c - now it compiles without errors. but i really dont know why it was called output.c ?!?!?
This commit is contained in:
parent
6e56114b94
commit
460ca5fee7
2 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ msginstall:
|
|||
echo $@
|
||||
install -m 0700 $(BIN)/msg $(TNNUSEREXE)msg
|
||||
install -m 0700 $(BIN)/msy $(TNNSYSEXE)msy
|
||||
cp $(MSGMSY)/msg.{usr,sys} $(TNNMSG)
|
||||
cp $(MSGMSY)/msg.usr $(TNNMSG)
|
||||
cp $(MSGMSY)/msg.sys $(TNNMSG)
|
||||
else
|
||||
#
|
||||
# Nun kommt Dose
|
||||
|
|
Loading…
Reference in a new issue