]> www.infradead.org Git - mtd-utils.git/commit
Makefile: fixup previous 'make clean' fix
authorBrian Norris <computersforpeace@gmail.com>
Wed, 28 Mar 2012 23:59:06 +0000 (16:59 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 2 Apr 2012 08:09:25 +0000 (11:09 +0300)
commitd970b4850204553b8cc3bcba6d7219945b15d67c
treeb4119a6b26393c732ed575e978e7a559c96aaf9b
parent424050cf57f797d635059b18ba6b8591c3fc126f
Makefile: fixup previous 'make clean' fix

Apparently, Makefile comments need to be made without indentation. Otherwise,
they are printed out as shell commands. This fix prevents seeing this in your
shell during 'make clean':

  $ make clean
  ...
  # findutils v4.1.x (RHEL 4) do not have '+' syntax
  ...

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Makefile