X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile;fp=Makefile;h=37a8673de9aa8779abe22f38f3f939bd4f8bc9e2;hb=89f63ba8c7025f91bb40c532bd531db562e6e61c;hp=c1eed73edda96b2e516b51377ec94bc963911dc9;hpb=177b6e8b804eaf719774eecc6e24a85190a6d89d;p=authbind.git diff --git a/Makefile b/Makefile index c1eed73..37a8673 100644 --- a/Makefile +++ b/Makefile @@ -82,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