aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--[-rwxr-xr-x]examples/ex1.c.template (renamed from examples/ex1.c)2
-rw-r--r--[-rwxr-xr-x]examples/ex4.c.template (renamed from examples/ex4.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex1.c b/examples/ex1.c.template
index 28139f9..8744f58 100755..100644
--- a/examples/ex1.c
+++ b/examples/ex1.c.template
@@ -1,4 +1,4 @@
-#! /usr/local/bin/tcc -run
+#! @BINDIR@/tcc -run
#include <tcclib.h>
int main()
diff --git a/examples/ex4.c b/examples/ex4.c.template
index b33b033..81aa00d 100755..100644
--- a/examples/ex4.c
+++ b/examples/ex4.c.template
@@ -1,4 +1,4 @@
-#!./tcc -run -L/usr/X11R6/lib -lX11
+#! @BINDIR@/tcc -run -L/usr/X11R6/lib -lX11
#include <stdlib.h>
#include <stdio.h>
#include <X11/Xlib.h>