summaryrefslogtreecommitdiffstats
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rw-r--r--macos/Makefile.in8
-rwxr-xr-xmacos/configure2
-rwxr-xr-xmacos/configure.ac2
3 files changed, 6 insertions, 6 deletions
diff --git a/macos/Makefile.in b/macos/Makefile.in
index b557595..f4293c7 100644
--- a/macos/Makefile.in
+++ b/macos/Makefile.in
@@ -121,18 +121,18 @@ tkmacosx/Makefile :
#--------------------------clean
-.PHONY : tkmacosxclean
+.PHONY : tkosclean
-tkmacosxclean :
+tkosclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C tkmacosx clean
#--------------------------distclean
-.PHONY : tkmacosxdistclean
+.PHONY : tkosdistclean
-tkmacosxdistclean :
+tkosdistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C tkmacosx distclean
diff --git a/macos/configure b/macos/configure
index a98aa7b..5ac0bd4 100755
--- a/macos/configure
+++ b/macos/configure
@@ -1853,7 +1853,7 @@ else
fi
-OS="macosx"
+OS="macos"
ARCH=$with_arch
diff --git a/macos/configure.ac b/macos/configure.ac
index e5abba6..db692da 100755
--- a/macos/configure.ac
+++ b/macos/configure.ac
@@ -35,7 +35,7 @@ AC_CONFIG_AUX_DIR(../tclconfig)
AC_ARG_WITH([arch],AC_HELP_STRING([--with-arch],[build name]),[],[with_arch=unknown])
-OS="macosx"
+OS="macos"
AC_SUBST(OS)
ARCH=$with_arch