make the build system puuuuuuuuuuurty

This commit is contained in:
Mike Frysinger
2006-02-02 01:41:53 +00:00
parent 1f04c9d29c
commit b38673fb9f
28 changed files with 158 additions and 128 deletions

View File

@ -45,8 +45,7 @@ endif
LIBCOREUTILS_OBJS=$(patsubst %,$(LIBCOREUTILS_DIR)/%, $(LIBCOREUTILS-y))
$(LIBCOREUTILS_DIR)/$(LIBCOREUTILS_AR): $(patsubst %,$(LIBCOREUTILS_DIR)/%,$(LIBCOREUTILS-y))
$(AR) $(ARFLAGS) $(@) $(^)
$(do_ar)
$(LIBCOREUTILS_DIR)/%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
$(compile.c)