mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Thu Sep 12 14:07:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in: $(MAKE) for make, $(docdir) for doc * doc/Makefile: redundant dependencies for Sun-make VPATH bug
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Sep 12 14:07:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: $(MAKE) for make, $(docdir) for doc
|
||||||
|
* doc/Makefile: redundant dependencies for Sun-make VPATH bug
|
||||||
|
|
||||||
Tue Sep 10 20:34:12 1991 John Gilmore (gnu at cygint.cygnus.com)
|
Tue Sep 10 20:34:12 1991 John Gilmore (gnu at cygint.cygnus.com)
|
||||||
|
|
||||||
* aoutf1.h (sunos4_core_file_p): Release the right storage in
|
* aoutf1.h (sunos4_core_file_p): Release the right storage in
|
||||||
|
@ -201,20 +201,20 @@ headers:
|
|||||||
cp $(srcdir)/bfd-in.h $(docdir)
|
cp $(srcdir)/bfd-in.h $(docdir)
|
||||||
cp $(srcdir)/libbfd-in.h $(docdir)
|
cp $(srcdir)/libbfd-in.h $(docdir)
|
||||||
cp $(srcdir)/libcoff-in.h $(docdir)
|
cp $(srcdir)/libcoff-in.h $(docdir)
|
||||||
(cd $(docdir); make protos)
|
(cd $(docdir); $(MAKE) protos)
|
||||||
# Rebuild prototypes in bfd.h
|
# Rebuild prototypes in bfd.h
|
||||||
cp $(docdir)/bfd.h $(BFD_H)
|
cp $(docdir)/bfd.h $(BFD_H)
|
||||||
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
|
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
|
||||||
cp $(docdir)/libcoff.h $(srcdir)/libcoff.h
|
cp $(docdir)/libcoff.h $(srcdir)/libcoff.h
|
||||||
|
|
||||||
bfd.info:
|
bfd.info:
|
||||||
( cd doc; make bfd.info)
|
( cd $(docdir); $(MAKE) bfd.info)
|
||||||
|
|
||||||
bfd.dvi:
|
bfd.dvi:
|
||||||
(cd doc; make bfd.dvi)
|
(cd $(docdir); $(MAKE) bfd.dvi)
|
||||||
|
|
||||||
bfd.ps:
|
bfd.ps:
|
||||||
(cd doc; make bfd.ps)
|
(cd $(docdir); $(MAKE) bfd.ps)
|
||||||
|
|
||||||
# What appears below is generated by a hacked mkdep using gcc -MM.
|
# What appears below is generated by a hacked mkdep using gcc -MM.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user