Skip to content

Commit

Permalink
[skip ci] fix typos in Makefile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Jun 21, 2016
1 parent 7b5cd5c commit b7b4a65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.macos32x86/common/Makefile.app
@@ -1,12 +1,12 @@
#############################################################################
# Generic Makefile for VM app bundle
# Do make getversion to get makwe -n to work
# Do make getversion to get make -n to work
#
# This is designed to be invoked by Makefile in a specific build directory via
# include ../common/Makefile.app
#
# Parameters:
# VMSRCDIR defines the locaton of the VM source to build. Required.
# VMSRCDIR defines the location of the VM source to build. Required.
#
# COGDEFS supply any command-line defines to use, and may be null.
#
Expand All @@ -16,7 +16,7 @@
#
# APPSOURCE the Smalltalk source file to link into the app Resource. Optional.
#
# PLUGINSRCDIR defines the locaton of the plugin source, the subsets of which
# PLUGINSRCDIR defines the location of the plugin source, the subsets of which
# selected by plugins.int and plugins.ext will be built. Optional. Defaults to
# ../../src
#
Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/common/Makefile.plugin
@@ -1,6 +1,6 @@
#############################################################################
# Generic Makefile for plugins on Cocoa Mac OS X
# Do make getversion to get makwe -n to work
# Do make getversion to get make -n to work
#
# The following variables can be overridden in the platform Makefile, e.g.
# platforms/iOS/plugins/AioPlugin/Makefile. Look at
Expand Down
6 changes: 3 additions & 3 deletions build.macos64x64/common/Makefile.app
@@ -1,12 +1,12 @@
#############################################################################
# Generic Makefile for VM app bundle
# Do make getversion to get makwe -n to work
# Do make getversion to get make -n to work
#
# This is designed to be invoked by Makefile in a specific build directory via
# include ../common/Makefile.app
#
# Parameters:
# VMSRCDIR defines the locaton of the VM source to build. Required.
# VMSRCDIR defines the location of the VM source to build. Required.
#
# COGDEFS supply any command-line defines to use, and may be null.
#
Expand All @@ -16,7 +16,7 @@
#
# APPSOURCE the Smalltalk source file to link into the app Resource. Optional.
#
# PLUGINSRCDIR defines the locaton of the plugin source, the subsets of which
# PLUGINSRCDIR defines the location of the plugin source, the subsets of which
# selected by plugins.int and plugins.ext will be built. Optional. Defaults to
# ../../src
#
Expand Down

0 comments on commit b7b4a65

Please sign in to comment.