summaryrefslogtreecommitdiff
path: root/test/crypt
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 16:28:10 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-23 16:28:10 +0000
commit545e51be154967ab3e8d82fff5f7c25487076e72 (patch)
tree24cdc7527b6e430111c26b00fddf66fc3ad91178 /test/crypt
parentbce788f4dc069f977a8e55dd3d69f3fa4a498170 (diff)
Update tests to be somewhat consistant with the rest of the world
Diffstat (limited to 'test/crypt')
-rw-r--r--test/crypt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/crypt/Makefile b/test/crypt/Makefile
index a965466f3..78732ec8c 100644
--- a/test/crypt/Makefile
+++ b/test/crypt/Makefile
@@ -40,10 +40,10 @@ crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uClibc: "
+ -@ echo "Compiling vs glibc: "
-@ echo " "
- $(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
- $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
+ $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
+ $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
-./$@ < crypt.input > $@.out 2>&1
-@ echo " "