]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: don't use a comment at start of rule (unportable)
authorVincent Bernat <bernat@luffy.cx>
Wed, 26 Sep 2012 22:23:54 +0000 (00:23 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 26 Sep 2012 22:23:54 +0000 (00:23 +0200)
Makefile.am

index 65bd2431ac176dd5d864299d5a69cad5daa37b8c..6d80ce1a8cae863550521adb758edc96e246255a 100644 (file)
@@ -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