The R Project SVN R

Rev

Rev 47521 | Rev 47538 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47521 Rev 47524
Line 33... Line 33...
33
 
33
 
34
$(R_HOME)/bin/INSTALL.sh: INSTALL
34
$(R_HOME)/bin/INSTALL.sh: INSTALL
35
	@cp $< $@
35
	@cp $< $@
36
 
36
 
37
$(R_HOME)/bin/SHLIB.sh: SHLIB
37
$(R_HOME)/bin/SHLIB.sh: SHLIB
38
	@$(SED) -e 1d $< > $@
38
	@cp $< $@
39
 
39
 
40
$(R_HOME)/bin/Stangle.sh: Stangle
40
$(R_HOME)/bin/Stangle.sh: Stangle
41
	@$(SED) -e 1d $< > $@
41
	@cp $< $@
42
 
42
 
43
$(R_HOME)/bin/Sweave.sh: Sweave
43
$(R_HOME)/bin/Sweave.sh: Sweave
44
	@$(SED) -e 1d $< > $@
44
	@cp $< $@