CVS Update: font (branch: trunk)
Alexander Gottwald
alexander.gottwald at s1999.tu-chemnitz.de
Fri Jul 15 05:20:41 PDT 2005
On Thu, 14 Jul 2005, Alan Coopersmith wrote:
> CVSROOT: /cvs/xorg
> Module name: font
> Changes by: alanc at gabe.freedesktop.org 05/07/14 18:15:35
>
> Log message:
> Replace $< with portable construct
>
> Index: font/util/Makefile.am
> diff -u font/util/Makefile.am:1.1 font/util/Makefile.am:1.2
> --- font/util/Makefile.am:1.1 Thu Jun 30 22:28:08 2005
> +++ font/util/Makefile.am Fri Jul 15 01:15:35 2005
> @@ -27,7 +27,7 @@
>
> bdftruncate$(EXEEXT): $(bdftruncate_SOURCES)
> @rm -f $@
> - cp $< $@
> + cp $(bdftruncate_SOURCES) $@
>
> mapfilesdir = $(libdir)/X11/fonts/util
> mapfiles_DATA = \
This will break if $(builddir) != $(srcdir)
bye
ago
--
Alexander.Gottwald at s1999.tu-chemnitz.de
http://www.gotti.org ICQ: 126018723
More information about the xorg
mailing list