scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 382300ad25f6c0235fadfc5d6381c41ad70d0ac8
parent f2cd2bd8855408a8be6399144d22d797bc0aea71
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 22 Feb 2018 07:48:49 +0000

[tests/ar] Remove SCCPREFIX from the Makefile

These tests only execute ar which doesn't need SCCPREFIX.

Diffstat:
Mtests/ar/execute/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ar/execute/Makefile b/tests/ar/execute/Makefile @@ -6,9 +6,9 @@ ROOTDIR=$(PROJECTDIR)/rootdir all: tests tests: - SCCPREFIX=$(ROOTDIR) PATH=$(ROOTDIR)/bin:$$PATH ./chktest.sh + PATH=$(ROOTDIR)/bin:$$PATH ./chktest.sh -clean : +clean: rm -f *.a test.log rm -f file* rm -f *.dst