You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
12 lines
340 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2014-08-23 00:30:21.000000000 +0200 |
|
+++ src/Makefile.in 2014-08-23 09:38:10.780286354 +0200 |
|
@@ -161,7 +161,7 @@ |
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|
LIBOBJS = @LIBOBJS@ |
|
LIBS = @LIBS@ |
|
-LN_S = @LN_S@ |
|
+LN_S = ln |
|
LTLIBOBJS = @LTLIBOBJS@ |
|
MAKEINFO = @MAKEINFO@ |
|
MKDIR_P = @MKDIR_P@
|
|
|