Skip to content

Commit

Permalink
Produce gen_sources program automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Baron committed Jul 4, 2007
1 parent 9cc7ab3 commit 496760a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ SUBDIRS = linalg solver
.SUFFIXES:

ifneq (,$(findstring lapack,${LIBS}))
all: Makefile all-recursive dep hmc_tm invert phmc_tm
all: Makefile all-recursive dep hmc_tm invert gen_sources phmc_tm
else
all: Makefile all-recursive dep hmc_tm invert
all: Makefile all-recursive dep hmc_tm invert gen_sources
endif

.NOTPARALLEL:
Expand Down

0 comments on commit 496760a

Please sign in to comment.