From dd43462ee234a3d32e50f485d1d687bc979d2e21 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Jan 2002 21:09:54 +0000 Subject: More build system cleanups... --- libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libutil') diff --git a/libutil/Makefile b/libutil/Makefile index f86f7c8f5..4609086df 100644 --- a/libutil/Makefile +++ b/libutil/Makefile @@ -46,7 +46,7 @@ ar-target: $(OBJS) install -m 644 $(LIBUTIL) $(TOPDIR)lib/ $(OBJS): %.o : %.c - $(TARGET_CC) $(TARGET_CFLAGS) -c $< -o $@ + $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o shared: all -- cgit v1.2.3