aboutsummaryrefslogtreecommitdiff
path: root/dns/adns/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'dns/adns/files/patch-ab')
-rw-r--r--dns/adns/files/patch-ab30
1 files changed, 0 insertions, 30 deletions
diff --git a/dns/adns/files/patch-ab b/dns/adns/files/patch-ab
deleted file mode 100644
index fbda698f88cc..000000000000
--- a/dns/adns/files/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
---- dynamic/Makefile.in.orig Fri Oct 15 21:57:50 1999
-+++ dynamic/Makefile.in Mon Mar 20 18:41:21 2000
-@@ -24,7 +24,7 @@
- srcdir= @srcdir@
- VPATH= @srcdir@
-
--TARGETS= $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK)
-+TARGETS= $(SHLIBFILE) $(SHLIBFORLINK)
- include $(srcdir)/../settings.make
- include $(srcdir)/../src/adns.make
-
-@@ -32,16 +32,12 @@
-
- install:
- $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
-- ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
-
- uninstall:
-- rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
-+ rm -f $(lib_dir)/$(SHLIBFILE)
-
- $(SHLIBFORLINK):
-- ln -s $(SHLIBSONAME) $(SHLIBFORLINK)
--
--$(SHLIBSONAME):
-- ln -s $(SHLIBFILE) $(SHLIBSONAME)
-+ ln -s $(SHLIBFILE) $(SHLIBFORLINK)
-
- $(SHLIBFILE): $(ALLOBJS)
- rm -f $@