From: Michael B. <nit...@us...> - 2002-12-19 10:10:23
|
Update of /cvsroot/u4x/libfbx/libfbx/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv6950/drivers Modified Files: Makefile.in Log Message: Fixed comment on fold in libfbx-ppm.c. Fixed fb_create_surface_depth(). Index: Makefile.in =================================================================== RCS file: /cvsroot/u4x/libfbx/libfbx/drivers/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Makefile.in 7 Mar 2001 00:48:22 -0000 1.21 +++ Makefile.in 19 Dec 2002 10:10:20 -0000 1.22 @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -137,7 +137,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/libfbx-3dfx-misc.P .deps/libfbx-3dfx.P \ .deps/libfbx-ati-misc.P .deps/libfbx-ati.P .deps/libfbx-gen.P \ @@ -279,7 +279,7 @@ @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |