X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/c926d3309ace0ecb51582617fb45c6297f22f886..41b487e3e23e7e91bf518827a2523b8ec50a1f30:/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