summaryrefslogtreecommitdiff
path: root/libresolv/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-11 21:09:54 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-11 21:09:54 +0000
commitdd43462ee234a3d32e50f485d1d687bc979d2e21 (patch)
tree76f92070ccd13915a79ebcc7c15609b3545bb7b8 /libresolv/Makefile
parenta09d13b8b6fcc06eb740317c2ca988d31ec6407f (diff)
More build system cleanups...
Diffstat (limited to 'libresolv/Makefile')
-rw-r--r--libresolv/Makefile2
1 files changed, 1 insertions, 1 deletions
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