From 460ca5fee7f16189abeef867db868ca2b7faf16c Mon Sep 17 00:00:00 2001 From: Marcus Hanisch Date: Tue, 21 May 2019 11:09:42 +0200 Subject: [PATCH] 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 ?!?!? --- contrib/msgmsy/makefile | 3 ++- contrib/pfhadd/{output.c => pfhadd.c} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename contrib/pfhadd/{output.c => pfhadd.c} (100%) diff --git a/contrib/msgmsy/makefile b/contrib/msgmsy/makefile index 982b961..7572cd9 100755 --- a/contrib/msgmsy/makefile +++ b/contrib/msgmsy/makefile @@ -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 diff --git a/contrib/pfhadd/output.c b/contrib/pfhadd/pfhadd.c similarity index 100% rename from contrib/pfhadd/output.c rename to contrib/pfhadd/pfhadd.c