diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-02 01:41:53 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-02 01:41:53 +0000 |
commit | fe03e7d91035e34645b610d77b4b5c1c3ae3ca73 (patch) | |
tree | d6b2fba68832d7f0e061614dda4372119f58156f /libpwdgrp | |
parent | 23139ee999f77ad688db86262ec1520b7934a6a4 (diff) | |
download | busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.tar.gz busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.tar.bz2 busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.zip |
make the build system puuuuuuuuuuurty
git-svn-id: svn://busybox.net/trunk/busybox@13793 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | |||