Sdl12-compat: watcom makefile: remove detritus

From 7ddf40cb4046bfdec387fece788d0e8a9bcbbfd2 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 20 Feb 2021 02:04:20 +0300
Subject: [PATCH] watcom makefile: remove detritus

---
 Makefile.os2 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.os2 b/Makefile.os2
index f0157b5..4ebd8f5 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -8,9 +8,8 @@ DLLNAME = SDL12
 VERSION = 1.2.50
 LIBHOME = .
 
-# change SDL2_INC in order to point to the dependency headers.
-#SDL2INC = -IC:\SDL2DEV/h/SDL2
-SDL2INC = -I/home/ozzie/Downloads/sdl-dev/SDL/include
+# change SDL2INC to point to the SDL2 headers.
+SDL2INC = -IC:\SDL2DEV/h/SDL2
 INCPATH = -I$(%WATCOM)/h/os2 -I$(%WATCOM)/h $(SDL2INC)
 LIBNAME = $(DLLNAME)