Update of /cvsroot/libexif/gexif
In directory usw-pr-cvs1:/tmp/cvs-serv7262
Modified Files:
Makefile.am
Log Message:
removed misguided bzip2 tarball creation
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/gexif/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 1 Nov 2002 19:59:27 -0000 1.8
+++ Makefile.am 17 Nov 2002 17:16:52 -0000 1.9
@@ -1,15 +1 @@
SUBDIRS = libjpeg gexif po
-
-
-########################################################################
-# create .tar.bz2 distribution package for convenience if the
-# 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."; \
- fi
- -$(MAKE) dist-bzip2
-
-dist-bzip2:
- -chmod -R a+r $(distdir)
- -tar -c --bzip2 -h -o -f $(distdir).tar.bz2 $(distdir)
|