]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/Makefile.in
ncurses 5.7 - patch 20100227
[ncurses.git] / Ada95 / src / Makefile.in
index 7ce4549bd6b76595cde201606304ac1d11a29b51..9febdce9b9fb2d1118f642c681c2220c5ff2dd04 100644 (file)
@@ -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 \