X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2FMakefile.in;h=15de656f7d43d516e5a8720b4a441744c463e933;hp=6b71b6265bebe3e4cd26187fe69791af7ffdf9b3;hb=cef50b3afcd58166f3541b701c97bce538844c76;hpb=eae581c0044c1c0ef9caa17fc9b9ae6ef4c93cca diff --git a/misc/Makefile.in b/misc/Makefile.in index 6b71b626..15de656f 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -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