Use @BINDIR@ in shebang of examples to put the right path on the target system. That is, use #!/usr/local/bin/tcc if tcc is installed in /usr/local/bin and #!/usr/bin/tcc if tcc is installed in /usr/bin/tcc.
This fixes commit 197a6acb30 which fixed commit 95b9a477b6 Also remove useless example files
197a6acb30
95b9a477b6