summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2012-03-05 21:14:50 -0500
committerChet Ramey <chet.ramey@case.edu>2012-03-05 21:14:50 -0500
commitabe2eb5be82000741c87bfa7fca85b1d37d84c27 (patch)
tree4c4e689d98b67cc13ec3cee195a3e23d806731e7 /Makefile.in
parenta1128d1b127cbbeaa2879d1676fa4105e1897e8b (diff)
downloadbash-abe2eb5be82000741c87bfa7fca85b1d37d84c27.tar.gz
commit bash-20120204 snapshot
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2c34d90e..80942059 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -676,7 +676,7 @@ syntax.c: mksyntax${EXEEXT} $(srcdir)/syntax.h
./mksyntax$(EXEEXT) -o $@
$(BUILTINS_LIBRARY): $(BUILTIN_DEFS) $(BUILTIN_C_SRC) config.h ${BASHINCDIR}/memalloc.h $(DEFDIR)/builtext.h version.h
- @(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} libbuiltins.a ) || exit 1
+ @(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} targets ) || exit 1
# these require special rules to circumvent make builtin rules
${DEFDIR}/common.o: $(BUILTIN_SRCDIR)/common.c