Skip to content

Commit

Permalink
Fix a couple typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
carls committed Dec 14, 2012
1 parent 0ffda62 commit b12dc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tools/make-make.r
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ path-incl: %../../src/include/

makefile-head:

{# REBOL Makefile -- Generated by make-core.r (do not edit) on !date
{# REBOL Makefile -- Generated by make-make.r (do not edit) on !date
# This makefile is intentional kept simple to make builds possible on
# a wider range of target platforms.
Expand Down
2 changes: 1 addition & 1 deletion src/tools/systems.r
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ systems: [
[plat os-name os-base build-flags]
[0.1.03 "amiga" posix [HID NPS +SC CMT COP -SP]]
[0.2.04 "osx" posix [+OS NCM]] ; no shared lib possible
[0.2.05 "osxi" posix [ARC +O1 ARC NPS PIC NCM HID STX]]
[0.2.05 "osxi" posix [ARC +O1 NPS PIC NCM HID STX]]
[0.3.01 "win32" win32 [+O2 UNI]]
[0.4.02 "linux" posix [+O2 LDL ST1]] ; libc 2.3
[0.4.03 "linux" posix [+O2 HID LDL ST1]] ; libc 2.5
Expand Down

0 comments on commit b12dc8b

Please sign in to comment.