diff options
author | Rob Landley <rob@landley.net> | 2005-08-13 01:10:27 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-08-13 01:10:27 +0000 |
commit | be3dae145f71b583f2c975d8dcdc10d9dad2268a (patch) | |
tree | 4bcd50be61a1945e41eabd59d645d398fc038522 /busybox/libpwdgrp | |
parent | 6022fc8723c4bfaf055011db33f69565fa0c82b1 (diff) | |
download | busybox-w32-be3dae145f71b583f2c975d8dcdc10d9dad2268a.tar.gz busybox-w32-be3dae145f71b583f2c975d8dcdc10d9dad2268a.tar.bz2 busybox-w32-be3dae145f71b583f2c975d8dcdc10d9dad2268a.zip |
Makefile related backports:
10945, 10946 Make compile much, much faster.
10923 big makefile change. Nervous.
10946, 10991, 10998, 11003 small makefile fixes.
Diffstat (limited to 'busybox/libpwdgrp')
-rw-r--r-- | busybox/libpwdgrp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/libpwdgrp/Makefile.in b/busybox/libpwdgrp/Makefile.in index 9bdfc10d8..7d7241c66 100644 --- a/busybox/libpwdgrp/Makefile.in +++ b/busybox/libpwdgrp/Makefile.in | |||
@@ -42,7 +42,7 @@ LIBPWDGRP_MOBJS1=$(patsubst %,$(LIBPWDGRP_DIR)%, $(LIBPWDGRP_MOBJ1-y)) | |||
42 | libraries-y+=$(LIBPWDGRP_DIR)$(LIBPWDGRP_AR) | 42 | libraries-y+=$(LIBPWDGRP_DIR)$(LIBPWDGRP_AR) |
43 | 43 | ||
44 | $(LIBPWDGRP_DIR)$(LIBPWDGRP_AR): $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1) | 44 | $(LIBPWDGRP_DIR)$(LIBPWDGRP_AR): $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1) |
45 | $(AR) -ro $@ $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1) | 45 | $(AR) $(ARFLAGS) $@ $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1) |
46 | 46 | ||
47 | $(LIBPWDGRP_MOBJS0): $(LIBPWDGRP_MSRC0) | 47 | $(LIBPWDGRP_MOBJS0): $(LIBPWDGRP_MSRC0) |
48 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ | 48 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ |