]> git.zerfleddert.de Git - micropolis/commitdiff
explicitly start sdl_helper with /bin/sh
authorMichael Gernoth <michael@gernoth.net>
Mon, 11 Feb 2008 21:45:31 +0000 (22:45 +0100)
committerMichael Gernoth <michael@gernoth.net>
Mon, 11 Feb 2008 21:45:31 +0000 (22:45 +0100)
src/sim/makefile
src/sim/sdl_helper [changed mode: 0755->0644]

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
 
old mode 100755 (executable)
new mode 100644 (file)
index 5406da9..c0dfdb8
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 SDLINCLUDE="`pkg-config --cflags sdl 2>/dev/null`"
 SDLLIBS="`pkg-config --libs sdl 2>/dev/null`"
 
Impressum, Datenschutz