From: <as...@us...> - 2002-11-01 19:56:14
|
Update of /cvsroot/libexif/libexif-gtk In directory usw-pr-cvs1:/tmp/cvs-serv14689 Modified Files: Makefile.am Log Message: s/$(TAR)/tar/ Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 30 Sep 2002 12:15:55 -0000 1.4 +++ Makefile.am 1 Nov 2002 19:56:10 -0000 1.5 @@ -3,7 +3,7 @@ ######################################################################## # create .tar.bz2 distribution package for convenience if the -# $(TAR) on this system supports it. else do nothing. +# tar on this system supports it. else do nothing. dist-hook: if [ "x${CDPATH}" != "x" ]; then \ echo "You have set CDPATH. If make dist fails, try to unset CDPATH."; \ @@ -12,4 +12,4 @@ dist-bzip2: -chmod -R a+r $(distdir) - -$(TAR) chojf $(distdir).tar.bz2 $(distdir) + -tar chojf $(distdir).tar.bz2 $(distdir) |