~aghuloum/ikarus/ikarus.dev

« back to all changes in this revision

Viewing changes to benchmarks/Makefile.in

  • Committer: Abdulaziz Ghuloum
  • Date: 2009-09-02 21:07:09 UTC
  • Revision ID: aghuloum@gmail.com-20090902210709-hl1v9ma4amc62ezv
libpthread is linked to ikarus automatically if the system has 
pthreads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
              exit 1;; \
229
229
          esac; \
230
230
        done; \
231
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu benchmarks/Makefile'; \
 
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign benchmarks/Makefile'; \
232
232
        $(am__cd) $(top_srcdir) && \
233
 
          $(AUTOMAKE) --gnu benchmarks/Makefile
 
233
          $(AUTOMAKE) --foreign benchmarks/Makefile
234
234
.PRECIOUS: Makefile
235
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236
236
        @case '$?' in \