X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=client%2FMakefile.in;h=da0cdf1314a9d3587d403c7113583d777b4a96c9;hb=b6be5d00050f3824940c8dd9b7cf5240e5948c15;hp=cf64e8e81b561c6fcdc55c5cce52936dfea8b0bd;hpb=e8878fdd6925b2dee7a58b7a5dddb15e9fa7119b;p=adns.git diff --git a/client/Makefile.in b/client/Makefile.in index cf64e8e..da0cdf1 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,11 +1,10 @@ # client/Makefile - client program(s) Makefile # -# This file is -# Copyright (C) 1997-2000 Ian Jackson -# -# It is part of adns, which is -# Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999-2000 Tony Finch +# This file is part of adns, which is +# Copyright (C) 1997-2000,2003,2006 Ian Jackson +# Copyright (C) 1999-2000,2003,2006 Tony Finch +# Copyright (C) 1991 Massachusetts Institute of Technology +# (See the file INSTALL for full details.) # # 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 @@ -59,12 +58,12 @@ ADNSDIR= $(srcdir)/../src/ all: $(TARGETS) install: $(TARG_INSTALL) - mkdir -p $(bin_dir) + mkdir -p $(bindir) set -xe; for f in $(TARG_INSTALL); \ - do $(INSTALL_PROGRAM) $$f $(bin_dir)/$$f; done + do $(INSTALL_PROGRAM) $$f $(bindir)/$$f; done uninstall: - for f in $(TARGETS); do rm -f $(bin_dir)/$$f; done + for f in $(TARGETS); do rm -f $(bindir)/$$f; done adnshost: $(ADH_OBJS) $(DYNAMIC_DEP) $(CC) $(LDFLAGS) $(ADH_OBJS) $(DYNAMIC_LINK) -o $@ $(LDLIBS)