X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/8813bb554e82f33df0ea6f461b1a653dee41bfe9..147021e095a1a31f6e2667539abf37a3e462c6b7:/src/sim/makefile?ds=sidebyside diff --git a/src/sim/makefile b/src/sim/makefile index 5a8a622..7e4dd05 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -5,8 +5,8 @@ TCLXHOME = ../tclx TCLLIBRARY = /usr/local/lib/tcl TKLIBRARY = /usr/local/lib/tk -SDLINCLUDE = $$(./sdl_helper cflags) -SDLLIBS = $$(./sdl_helper libs) +SDLINCLUDE = $$(/bin/sh ./sdl_helper cflags) +SDLLIBS = $$(/bin/sh ./sdl_helper libs) CC = gcc