Changeset 1109


Ignore:
Timestamp:
Jan 29, 2004, 9:24:07 PM (22 years ago)
Author:
bird
Message:

Added missing INTLLIBS to the chew link.

Location:
trunk/src/binutils/bfd/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/doc/Makefile.am

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r1108 r1109  
    2020IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
    2121
    22 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction 
     22# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
    2323# between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,
    2424# you don't need these three:
     
    5656
    5757$(MKDOC): chew.o
    58         $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)
     58        $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS) $(INTLLIBS)
    5959
    6060chew.o: chew.c
  • trunk/src/binutils/bfd/doc/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r1108 r1109  
    148148IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
    149149
    150 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction 
     150# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
    151151# between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,
    152152# you don't need these three:
     
    244244mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
    245245CONFIG_HEADER = ../config.h
    246 CONFIG_CLEAN_FILES = 
     246CONFIG_CLEAN_FILES =
    247247TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
    248248TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
     
    260260.SUFFIXES:
    261261.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
    262 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
     262$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
    263263        cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
    264264
     
    406406installcheck-am:
    407407installcheck: installcheck-am
    408 install-info-am: 
     408install-info-am:
    409409install-info: install-info-am
    410410install-exec-am:
     
    470470
    471471$(MKDOC): chew.o
    472         $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)
     472        $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS) $(INTLLIBS)
    473473
    474474chew.o: chew.c
Note: See TracChangeset for help on using the changeset viewer.