diff options
Diffstat (limited to 'libpwdgrp/Makefile.in')
-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 | |||