summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-01-08 02:17:39 +0100
committer couriersud <couriersud@arcor.de>2015-01-08 02:17:39 +0100
commit25a3c8f54df0e4f820b4fac68545a250cf1a3848 (patch)
tree4fe803a3da6f244cf2050cdb5768096928b45416 /makefile
parent8b2092785203703c56ca304bf6e94ee1f895ed0c (diff)
Fixed typo in last commit. (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e7a26384c15..4e9891074bb 100644
--- a/makefile
+++ b/makefile
@@ -504,7 +504,7 @@ else
ifeq ($(OSD),osdmini)
DEFS += -DOSD_MINI
else
-$(warning Please add -DOSD_[SDL|WINDOWS|MINI] in $(OSD).mk)
+$(warning Please add -DOSD_[SDL|WINDOWS|MINI] in $(OSD).mak)
endif
endif
endif