aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 8167818..859db34 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -201,20 +201,20 @@ headers:
cp $(srcdir)/bfd-in.h $(docdir)
cp $(srcdir)/libbfd-in.h $(docdir)
cp $(srcdir)/libcoff-in.h $(docdir)
- (cd $(docdir); make protos)
+ (cd $(docdir); $(MAKE) protos)
# Rebuild prototypes in bfd.h
cp $(docdir)/bfd.h $(BFD_H)
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
cp $(docdir)/libcoff.h $(srcdir)/libcoff.h
bfd.info:
- ( cd doc; make bfd.info)
+ ( cd $(docdir); $(MAKE) bfd.info)
bfd.dvi:
- (cd doc; make bfd.dvi)
+ (cd $(docdir); $(MAKE) bfd.dvi)
bfd.ps:
- (cd doc; make bfd.ps)
+ (cd $(docdir); $(MAKE) bfd.ps)
# What appears below is generated by a hacked mkdep using gcc -MM.