X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/8813bb554e82f33df0ea6f461b1a653dee41bfe9..8dc79b2cdfc3d2250707e65d2c355033203b8712:/src/sim/makefile 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