diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-02 01:41:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-02 01:41:53 +0000 |
commit | b38673fb9fee63303cc6b7d4923ea0dd7cf7310a (patch) | |
tree | d6b2fba68832d7f0e061614dda4372119f58156f /libpwdgrp | |
parent | 1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 (diff) | |
download | busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.gz busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.bz2 busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.zip |
make the build system puuuuuuuuuuurty
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libpwdgrp/Makefile.in b/libpwdgrp/Makefile.in index 550611681..c74a768c1 100644 --- a/libpwdgrp/Makefile.in +++ b/libpwdgrp/Makefile.in | |||
@@ -44,12 +44,10 @@ LIBRARY_DEFINE-a+=$(LIBPWDGRP_DEFINE0-y) $(LIBPWDGRP_DEFINE1-y) | |||
44 | 44 | ||
45 | 45 | ||
46 | $(LIBPWDGRP_DIR)/$(LIBPWDGRP_AR): $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1) | 46 | $(LIBPWDGRP_DIR)/$(LIBPWDGRP_AR): $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1) |
47 | $(AR) $(ARFLAGS) $(@) $(^) | 47 | $(do_ar) |
48 | 48 | ||
49 | $(LIBPWDGRP_MOBJS0): $(LIBPWDGRP_MSRC0) | 49 | $(LIBPWDGRP_MOBJS0): $(LIBPWDGRP_MSRC0) |
50 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ | 50 | $(compile.c) -DL_$(notdir $*) |
51 | 51 | ||
52 | $(LIBPWDGRP_MOBJS1): $(LIBPWDGRP_MSRC1) | 52 | $(LIBPWDGRP_MOBJS1): $(LIBPWDGRP_MSRC1) |
53 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ | 53 | $(compile.c) -DL_$(notdir $*) |
54 | |||
55 | |||