X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=37a8673de9aa8779abe22f38f3f939bd4f8bc9e2;hb=89f63ba8c7025f91bb40c532bd531db562e6e61c;hp=ac988af2b9a2c177d2375150d789b7cb529745cc;hpb=dcc16e59c55e436592e2ea2c4b9ab9d705ce5a9c;p=authbind.git diff --git a/Makefile b/Makefile index ac988af..37a8673 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# $Id$ prefix=/usr/local @@ -84,7 +82,7 @@ helper: helper.o helper.o authbind.o: authbind.h $(LIBTARGET): libauthbind.o - ld -shared -soname $(LIBCANON) -o $@ $< $(LIBS) + $(LD) -shared -soname $(LIBCANON) -o $@ $< $(LIBS) clean distclean: rm -f $(TARGETS) *.o *~ ./#*# *.bak *.new core