Changeset 1109
- Timestamp:
- Jan 29, 2004, 9:24:07 PM (22 years ago)
- 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
to1.2
r1108 r1109 20 20 IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip 21 21 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 23 23 # between VPATH and suffix rules. If you use GNU Make, perhaps other Makes, 24 24 # you don't need these three: … … 56 56 57 57 $(MKDOC): chew.o 58 $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS) 58 $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS) $(INTLLIBS) 59 59 60 60 chew.o: chew.c -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/bfd/doc/Makefile.in
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1108 r1109 148 148 IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip 149 149 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 151 151 # between VPATH and suffix rules. If you use GNU Make, perhaps other Makes, 152 152 # you don't need these three: … … 244 244 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 245 245 CONFIG_HEADER = ../config.h 246 CONFIG_CLEAN_FILES = 246 CONFIG_CLEAN_FILES = 247 247 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi` 248 248 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex … … 260 260 .SUFFIXES: 261 261 .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) 263 263 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile 264 264 … … 406 406 installcheck-am: 407 407 installcheck: installcheck-am 408 install-info-am: 408 install-info-am: 409 409 install-info: install-info-am 410 410 install-exec-am: … … 470 470 471 471 $(MKDOC): chew.o 472 $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS) 472 $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS) $(INTLLIBS) 473 473 474 474 chew.o: chew.c -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.