25eb267
diff -up autossh-1.4c/Makefile.in~ autossh-1.4c/Makefile.in
25eb267
--- autossh-1.4c/Makefile.in~	2011-10-12 23:30:40.000000000 +0300
25eb267
+++ autossh-1.4c/Makefile.in	2011-10-30 21:57:35.554395846 +0200
25eb267
@@ -31,7 +31,7 @@ all:		$(TARGET)
25eb267
 
25eb267
 
25eb267
 $(TARGET):	$(OFILES)
25eb267
-		$(CC) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
25eb267
+		$(CC) $(CPPFLAGS) $(LDFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
25eb267
 
25eb267
 clean:
25eb267
 		- /bin/rm -f *.o *.a *.core *~