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... --- libresolv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libresolv') diff --git a/libresolv/Makefile b/libresolv/Makefile index c494afc17..920555c88 100644 --- a/libresolv/Makefile +++ b/libresolv/Makefile @@ -43,7 +43,7 @@ ar-target: $(OBJS) install -m 644 $(LIBRESOLV) $(TOPDIR)lib $(OBJS): %.o : %.c - $(TARGET_CC) $(TARGET_CFLAGS) -c $< -o $@ + $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJ): Makefile -- cgit v1.2.3