From 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:02:24 +0000 Subject: remove old depend on Config and make it so that a test failure aborts the make process --- test/termios/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/termios') diff --git a/test/termios/Makefile b/test/termios/Makefile index de52c6156..c89318c8c 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -22,7 +22,7 @@ TARGETS=termios termios_glibc all: $(TARGETS) -termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak +termios: termios.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -32,7 +32,7 @@ termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " termios_glibc: termios.c Makefile @@ -45,7 +45,7 @@ termios_glibc: termios.c Makefile $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " clean: -- cgit v1.2.3