Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
OKullmann committed Jun 15, 2018
1 parent 6ddad17 commit 27975f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Buildsystem/OKlib.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Matthew Henderson, 10.1.2007 (Swansea)
# Recursive makefile, to invoke the makefiles for the modules in the OKlibrary
# Copyright 2005-2007 Oliver Kullmann
# Copyright 2005-2007, 2018 Oliver Kullmann
# This file is part of the OKlibrary. OKlibrary is free software; you can redistribute
# it and/or modify it under the terms of the GNU General Public License as published by
# the Free Software Foundation and included in this library; either version 3 of the
Expand All @@ -15,7 +15,7 @@ endef

srcdir := $(shell cd $(dir $(call last-element, $(MAKEFILE_LIST))); pwd)

# The oklib-masterscript definea OKplatform.
# The oklib-masterscript defines OKplatform.
ifndef OKplatform
ifdef OKPLATFORM
OKplatform := $(OKPLATFORM)
Expand Down

0 comments on commit 27975f7

Please sign in to comment.