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 ?!?!?
master
Marcus Hanisch 4 years ago
parent 6e56114b94
commit 460ca5fee7

@ -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…
Cancel
Save