diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-02 23:07:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-02 23:07:57 +0000 |
commit | cdb388983e7538ac1fbeb4b3ec1810f7963deca3 (patch) | |
tree | e2e5071fa9a3df6bce6eec343b92e4639866dae0 /test/crypt | |
parent | 2c84741c3a294ede344f1bd62db25369d2b42766 (diff) |
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/crypt')
-rw-r--r-- | test/crypt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/crypt/Makefile b/test/crypt/Makefile index c7c7b3202..4d5e1257f 100644 --- a/test/crypt/Makefile +++ b/test/crypt/Makefile @@ -26,7 +26,7 @@ EXTRA_LIBS=-lcrypt all: $(TARGETS) -crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -37,7 +37,7 @@ crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -./$@ < crypt.input #> $@.out 2>&1 -@ echo " " -crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs glibc: " @@ -56,7 +56,7 @@ diff: crypt_glibc crypt -diff -u crypt_glibc.out crypt.out -@ echo " " -md5c-test: md5c-test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +md5c-test: md5c-test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " |