From: Vincent Bernat Date: Wed, 26 Sep 2012 22:23:54 +0000 (+0200) Subject: build: don't use a comment at start of rule (unportable) X-Git-Tag: 0.7.0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b9498cf7e4fa62c1a680f28977c91af4d3de9d;p=thirdparty%2Flldpd.git build: don't use a comment at start of rule (unportable) --- diff --git a/Makefile.am b/Makefile.am index 65bd2431..6d80ce1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,8 @@ DIST_SUBDIRS = $(SUBDIRS) libevent dist_doc_DATA = README.md NEWS doc_DATA = ChangeLog +# If not present, just ship an empty one ChangeLog: - # If not present, just ship an empty one touch $@ # Build changelog from git history