From c3bbc0eafdae7a50c46ec61f3352821b7c28ea85 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Aug 2001 17:03:36 +0000 Subject: This syncs things up with my local tree. Mainly changes installer issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging... --- test/ctype/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/ctype') diff --git a/test/ctype/Makefile b/test/ctype/Makefile index b8b415c5d..ca689f33f 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -1,7 +1,7 @@ TESTDIR=../ include $(TESTDIR)/Rules.mak -TARGETS=ctype +TARGETS=ctype ctype_run all: $(TARGETS) ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) @@ -12,7 +12,9 @@ ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $( $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ - ./$@ + +ctype_run: + ./ctype -@ echo " " clean: rm -f *.[oa] *~ core $(TARGETS) -- cgit v1.2.3