SDL_mixer: minor update to os/2 makefile.

From 0742e7ee2b7efffc76a5b34a801281be8d6f7aa2 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 21 Dec 2021 01:35:32 +0300
Subject: [PATCH] minor update to os/2 makefile.

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

diff --git a/Makefile.os2 b/Makefile.os2
index 1e50ce98..0337a014 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -24,7 +24,7 @@ USE_TREMOR=no
 USE_FLAC=yes
 # opus music support
 USE_OPUS=yes
-# mp3 music support (using libmad)
+# mp3 music support (using libmad - Note: GPL license!)
 USE_LIBMAD=no
 # mp3 music support (using mpg123)
 USE_MPG123=yes
@@ -149,7 +149,7 @@ $(LNKFILE):
   @%append $@ NAME $(LIBNAME)
   @for %i in ($(OBJS)) do @%append $@ FILE %i
   @%append $@ OPTION QUIET
-  @%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@Simple DirectMedia Layer Mixer'
+  @%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@Simple DirectMedia Layer Mixer Library'
   @%append $@ LIBPATH $(DEPS_LIB)
   @for %i in ($(LIBS)) do @%append $@ LIB %i
   @%append $@ OPTION MAP=$*