Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
45 | magnus | 1 | Description: make install must not strip binaries |
2 | |||
3 | --- a/lib/Makefile.in |
||
4 | +++ b/lib/Makefile.in |
||
5 | @@ -20,7 +20,7 @@ SHELL = @SHELL@ |
||
6 | |||
7 | ### Installation programs and flags |
||
8 | INSTALL = @INSTALL@ |
||
9 | -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s |
||
10 | +INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
11 | INSTALL_DATA = @INSTALL_DATA@ |
||
12 | LN_S = @LN_S@ |
||
13 | MKDIR = @MKDIR@ |