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

Added missing INTLLIBS to the chew link.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.