Update of /cvsroot/libexif/gexif
In directory usw-pr-cvs1:/tmp/cvs-serv14538
Modified Files:
Makefile.am
Log Message:
s/$(TAR)/tar/
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/gexif/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 30 Sep 2002 12:14:35 -0000 1.6
+++ Makefile.am 1 Nov 2002 19:55:55 -0000 1.7
@@ -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)
|