commit | b38673fb9fee63303cc6b7d4923ea0dd7cf7310a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Feb 02 01:41:53 2006 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Feb 02 01:41:53 2006 +0000 |
tree | d6b2fba68832d7f0e061614dda4372119f58156f | |
parent | 1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 [diff] [blame] |
make the build system puuuuuuuuuuurty
diff --git a/applets/Makefile.in b/applets/Makefile.in index 80b6da0..a4890c2 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in
@@ -19,9 +19,8 @@ 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)