diff options
Diffstat (limited to 'libutil/Makefile')
-rw-r--r-- | libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |