diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index 441b785d64ebb5933a9854abea1e72e4c040b37e..757cb3cb7fb83019b483009ef976b97188057166 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -65,7 +65,7 @@ ifeq ($(shell uname -m),ppc) os := $(os)-ppc endif # this line wont work with solaris unless awk in path is actually gawk -os := $(shell echo $(os) | tr "[ A-Z]" "[-a-z]") +os := $(shell echo $(os) | tr "[ A-Z]" "[\-a-z]") # remove '/' from "os/2" os := $(shell echo $(os) | tr -d "/")