Revert "Make examples' shebang use target tcc bindir path"

This reverts commit cb2138f8b0.
This commit is contained in:
Thomas Preud'homme
2011-07-07 12:14:08 +02:00
parent 4d6a4a26e0
commit 571465d32b
4 changed files with 7 additions and 14 deletions

2
examples/ex1.c.template → examples/ex1.c Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! @BINDIR@/tcc -run
#! /usr/local/bin/tcc -run
#include <tcclib.h>
int main()

2
examples/ex4.c.template → examples/ex4.c Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! @BINDIR@/tcc -run -L/usr/X11R6/lib -lX11
#!./tcc -run -L/usr/X11R6/lib -lX11
#include <stdlib.h>
#include <stdio.h>
#include <X11/Xlib.h>