diff options
Diffstat (limited to 'coreutils/libcoreutils/Makefile.in')
-rw-r--r-- | coreutils/libcoreutils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/libcoreutils/Makefile.in b/coreutils/libcoreutils/Makefile.in index cf83d7107..5f692b600 100644 --- a/coreutils/libcoreutils/Makefile.in +++ b/coreutils/libcoreutils/Makefile.in | |||
@@ -30,7 +30,7 @@ LIBCOREUTILS_OBJS=$(patsubst %.c,$(LIBCOREUTILS_DIR)%.o, $(LIBCOREUTILS_SRC)) | |||
30 | libraries-y+=$(LIBCOREUTILS_DIR)$(LIBCOREUTILS_AR) | 30 | libraries-y+=$(LIBCOREUTILS_DIR)$(LIBCOREUTILS_AR) |
31 | 31 | ||
32 | $(LIBCOREUTILS_DIR)$(LIBCOREUTILS_AR): $(LIBCOREUTILS_OBJS) | 32 | $(LIBCOREUTILS_DIR)$(LIBCOREUTILS_AR): $(LIBCOREUTILS_OBJS) |
33 | $(AR) -ro $@ $(LIBCOREUTILS_OBJS) | 33 | $(AR) $(ARFLAGS) $@ $(LIBCOREUTILS_OBJS) |
34 | 34 | ||
35 | $(LIBCOREUTILS_DIR)%.o: $(srcdir)/%.c | 35 | $(LIBCOREUTILS_DIR)%.o: $(srcdir)/%.c |
36 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 36 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< |