From 2af5d78a2f71f124d8da83ca144caa276b3ad500 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 23 Jan 2001 18:02:39 +0000 Subject: Oops. Should be LDFLAGS, not CFLAGS twice --- test/ctype/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ctype') diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 02d60e1c9..4f7db6e44 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -10,7 +10,7 @@ ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $( -@ echo "Compiling vs uClibc: " -@ echo " " $(TESTCC) $(CFLAGS) -c $< -o $@.o - $(TESTCC) $(CFLAGS) $@.o -o $@ $(EXTRA_LIBS) + $(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ ./$@ -@ echo " " -- cgit v1.2.3