]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 5.7 - patch 20100515
[ncurses.git] / misc / Makefile.in
index 6b71b6265bebe3e4cd26187fe69791af7ffdf9b3..15de656f7d43d516e5a8720b4a441744c463e933 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.51 2009/02/07 18:17:17 Miroslav.Lichvar Exp $
+# $Id: Makefile.in,v 1.53 2010/05/15 20:25:20 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2008,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"), #
@@ -57,9 +57,6 @@ bindir                = @bindir@
 libdir         = @libdir@
 datadir                = @datadir@
 
-CC             = @CC@
-HOSTCC         = @BUILD_CC@
-
 tabsetdir      = $(datadir)/tabset
 ticdir         = @TERMINFO@
 ticfile                = $(ticdir).db
@@ -93,8 +90,7 @@ install.data :        terminfo.tmp \
        datadir=${datadir} \
        ticdir=${ticdir} \
        source=terminfo.tmp \
-       THIS_CC="$(CC)" \
-       THAT_CC="$(HOSTCC)" \
+       cross_compiling=@cross_compiling@ \
        $(SHELL) ./run_tic.sh
        @cd $(srcdir)/tabset && \
                $(SHELL) -c 'for i in * ; do \
@@ -130,7 +126,7 @@ $(DESTDIR)$(libdir) \
 $(DESTDIR)$(datadir) \
 $(DESTDIR)$(tabsetdir) \
 $(DESTDIR)$(PKG_CONFIG_LIBDIR) :
-       $(SHELL) $(top_srcdir)/mkdirs.sh $@
+       mkdir -p $@
 
 uninstall : uninstall.data uninstall.libs