X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=inline;f=Ada95%2Fgen%2FMakefile.in;fp=Ada95%2Fgen%2FMakefile.in;h=0209407ca891f345aa5bb9dc155c57fc848f010b;hb=85b1a478852e6473f6f698af5f6fca055f43f21c;hp=eb410de46f1369bd4cc00a639b4916f272e7a96a;hpb=ba39fbc2e0cee4681395df4079d9e61c27262132;p=ncurses.git diff --git a/Ada95/gen/Makefile.in b/Ada95/gen/Makefile.in index eb410de4..0209407c 100644 --- a/Ada95/gen/Makefile.in +++ b/Ada95/gen/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. # +# Copyright (c) 1998-2011,2012 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -28,7 +28,7 @@ # # Author: Juergen Pfeifer, 1996 # -# $Id: Makefile.in,v 1.75 2011/09/24 14:41:24 nix Exp $ +# $Id: Makefile.in,v 1.76 2012/03/17 16:45:38 tom Exp $ # .SUFFIXES: @@ -179,7 +179,7 @@ uninstall.libs :: -rm -f $(DESTDIR)$(bindir)/$(ADACURSES_CONFIG) $(PROG_GENERATE): gen.o - @ECHO_LINK@ $(LINK) $(CFLAGS_NORMAL) gen.o $(LD_FLAGS) -o $@ + @ECHO_LD@ $(LINK) $(CFLAGS_NORMAL) gen.o $(LD_FLAGS) -o $@ gen.o: $(srcdir)/gen.c $(HOST_CC) $(CFLAGS_NORMAL) -c -o $@ $(srcdir)/gen.c