chiark / gitweb /
+ * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,
[adns.git] / dynamic / Makefile.in
index ebff61c8ac47ac2fcbba49305205eab0bcba3e1f..6b170c1274b4da8332b5e10f7df9e61846326c60 100644 (file)
@@ -4,7 +4,7 @@
 #    Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
 #
 #  It is part of adns, which is
-#    Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
+#    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
 #    Copyright (C) 1999 Tony Finch <dot@dotat.at>
 #  
 #  This program is free software; you can redistribute it and/or modify
@@ -32,7 +32,7 @@ ALLOBJS=      $(addsuffix _p.o, $(basename $(LIBOBJS)))
 
 install:
                $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
-               ln -s $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
+               ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
 
 uninstall:
                rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)