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

@@ -19,9 +19,8 @@ APPLET_SRC-a+=$(APPLET_SRC)
libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
$(AR) $(ARFLAGS) $@ $(APPLET_OBJ)
$(do_ar)
$(APPLET_OBJ): $(top_builddir)/.config
$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
$(compile.c)