]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/makefile
explicitly start sdl_helper with /bin/sh
[micropolis] / src / sim / makefile
index 5a8a62268db0734033630bba3fc40327a10798a4..7e4dd05c1c7a5c30124d5b10f52a98f8d06570d0 100644 (file)
@@ -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
 
Impressum, Datenschutz