X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsrc%2FMakefile.in;h=9febdce9b9fb2d1118f642c681c2220c5ff2dd04;hp=7ce4549bd6b76595cde201606304ac1d11a29b51;hb=677412a37f53a465b9b127843d4aa070077659e8;hpb=4f10f7dff42e5348b814bdce71d3e4d925bd6ed6;ds=sidebyside diff --git a/Ada95/src/Makefile.in b/Ada95/src/Makefile.in index 7ce4549b..9febdce9 100644 --- a/Ada95/src/Makefile.in +++ b/Ada95/src/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # +# Copyright (c) 1998-2009,2010 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.34 2009/01/11 01:11:44 tom Exp $ +# $Id: Makefile.in,v 1.35 2010/02/27 19:54:38 tom Exp $ # .SUFFIXES: @@ -74,6 +74,8 @@ LINK = $(CC) LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@ RANLIB = @RANLIB@ +TAR_COPY = @NCURSES_COPY2@ + ################################################################################ ADA = @cf_ada_compiler@ ADAPREP = gnatprep @@ -186,7 +188,7 @@ install.libs :: $(LIBRARY_FILE) install \ install.libs :: $(LIBRARY_FILE) - @$(top_srcdir)/tar-copy.sh $(LIBRARY_FILE) . $(ADA_OBJECTS) + @$(TAR_COPY) $(LIBRARY_FILE) . $(ADA_OBJECTS) @echo made $@ uninstall \