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/termios | |
parent | 2c84741c3a294ede344f1bd62db25369d2b42766 (diff) | |
download | uClibc-alpine-cdb388983e7538ac1fbeb4b3ec1810f7963deca3.tar.bz2 uClibc-alpine-cdb388983e7538ac1fbeb4b3ec1810f7963deca3.tar.xz |
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/termios')
-rw-r--r-- | test/termios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/termios/Makefile b/test/termios/Makefile index 2d48251b9..22868f4f2 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -25,7 +25,7 @@ TARGETS=termios termios_glibc all: $(TARGETS) -termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " |