Skip to content

Commit

Permalink
better dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/branches/lazy@30103 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jun 30, 2004
1 parent c5353dd commit 288880c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tests/Examples/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ FORCE:

$(EX_OUT_BASE) $(EX_OUT_RECOMMENDED): Makefile \
$(top_builddir)/bin/exec/R \
$(top_builddir)/library/base/R/base \
$(top_builddir)/library/graphics/R/graphics \
$(top_builddir)/library/methods/R/all.rda \
$(top_builddir)/library/stats/R/all.rda \
$(top_builddir)/library/utils/R/utils \
$(top_builddir)/src/library/base/all.R \
$(top_builddir)/src/library/graphics/all.R \
$(top_builddir)/src/library/methods/all.R \
$(top_builddir)/src/library/stats/all.R \
$(top_builddir)/src/library/utils/all.R \
$(top_builddir)/modules/lapack$(SHLIB_EXT) \
@WANT_R_SHLIB_TRUE@ $(top_builddir)/lib/libR$(DYLIB_EXT)
graphics-Ex.Rout: $(top_builddir)/modules/vfonts$(SHLIB_EXT)
Expand Down
10 changes: 5 additions & 5 deletions tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ $(test-out): Makefile stamp-R

stamp-R: $(top_builddir)/bin/exec/R \
$(top_builddir)/library/base/R/base \
$(top_builddir)/library/graphics/R/graphics \
$(top_builddir)/library/stats/R/all.rda \
$(top_builddir)/library/utils/R/utils \
$(top_builddir)/library/methods/R/all.rda \
$(top_builddir)/library/methods/R/methods \
$(top_builddir)/src/library/base/all.R \
$(top_builddir)/src/library/graphics/all.R \
$(top_builddir)/src/library/methods/all.R \
$(top_builddir)/src/library/stats/all.R \
$(top_builddir)/src/library/utils/all.R \
$(top_builddir)/modules/lapack$(SHLIB_EXT) \
@WANT_R_SHLIB_TRUE@ $(top_builddir)/lib/libR$(DYLIB_EXT)
@touch $@
Expand Down

0 comments on commit 288880c

Please sign in to comment.