Added -c command to the @INSTALL@. It doesn't matter unless the
install command is config/install-sh. For the later, it changes mv to a cp command.
This commit is contained in:
parent
0bff9dcef0
commit
bdbe4b2d41
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ endif
|
|||
|
||||
$(F2C_H): f2c.h
|
||||
@INSTALL@ -d $(BUILDINCDIR)
|
||||
@INSTALL@ f2c.h $(F2C_H)
|
||||
@INSTALL@ -c f2c.h $(F2C_H)
|
||||
|
||||
### If your system lacks ranlib, you don't need it; see README.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue