Bump to chrpath 0.16
[platform/upstream/chrpath.git] / Makefile.am
index 065535c..b50ad21 100644 (file)
@@ -18,21 +18,12 @@ chrpath_SOURCES = \
        elf.c           \
        protos.h
 
-EXTRA_DIST = ChangeLog.usermap $(man_MANS)
+EXTRA_DIST = $(man_MANS)
+
+config-updates:
+       GET 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' > config.guess
+       GET 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' > config.sub
 
 CLEANFILES = *.bb *.bbg *.da *.gcov testsuite/*.bb testsuite/*.bbg
 coverage: all check
        for f in *.c; do gcov $$f; done
-
-# ChangeLog autogenerated from CVS log messages
-#
-# -b                     Show brach information
-# --gmt                  Use GTM timezone, not local time
-# --window 7200          Use a two hour window when grouping log messages
-# --log-opts -d'...<now' Log everything from the given date
-# --usermap ...          Make usernames with names/emails in given file
-# --ignore ChangeLog     Don't log changes to the ChangeLog itself
-CVS2CL = cvs2cl
-log: ChangeLog.usermap
-       $(CVS2CL) -b --gmt --log-opts "-d'2001-01-01< now'" --window 7200 \
-               --usermap ChangeLog.usermap --ignore ChangeLog -f ChangeLog