The R Project SVN R

Rev

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

Rev 47518 Rev 47521
Line 32... Line 32...
32
	@$(SED) -e 1d $< > $@
32
	@$(SED) -e 1d $< > $@
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.in
37
$(R_HOME)/bin/SHLIB.sh: SHLIB
38
	@$(SED) -e 1d $< > $@
38
	@$(SED) -e 1d $< > $@
39
 
39
 
40
$(R_HOME)/bin/Stangle.sh: Stangle.in
40
$(R_HOME)/bin/Stangle.sh: Stangle
41
	@$(SED) -e 1d $< > $@
41
	@$(SED) -e 1d $< > $@
42
 
42
 
43
$(R_HOME)/bin/Sweave.sh: Sweave.in
43
$(R_HOME)/bin/Sweave.sh: Sweave
44
	@$(SED) -e 1d $< > $@
44
	@$(SED) -e 1d $< > $@