The R Project SVN R

Rev

Rev 28336 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28336 Rev 28337
Line 29... Line 29...
29
	      tmp="$${tmp}$(R_PLATFORM)"; \
29
	      tmp="$${tmp}$(R_PLATFORM)"; \
30
	    fi; \
30
	    fi; \
31
	    tmp="$${tmp}; `date`; $(R_OSTYPE)"; \
31
	    tmp="$${tmp}; `date`; $(R_OSTYPE)"; \
32
	    echo "$${tmp}") \
32
	    echo "$${tmp}") \
33
	    >> $(top_builddir)/library/$(pkg)/DESCRIPTION; \
33
	    >> $(top_builddir)/library/$(pkg)/DESCRIPTION; \
-
 
34
	fi
34
 
35
 
35
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
36
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
36
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
37
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
37
DESCRIPTION: $(srcdir)/DESCRIPTION.in $(top_builddir)/config.status
38
DESCRIPTION: $(srcdir)/DESCRIPTION.in $(top_builddir)/config.status
38
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
39
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@