X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/696e536a50045e6b9252b200c749247205771d16..e24bc510511835aebce8536e437f8837a632d628:/dynamic/Makefile.in diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index ebff61c..8c5f810 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -4,8 +4,8 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1997-2000 Ian Jackson +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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)