]> git.tuebingen.mpg.de Git - paraslash.git/commit
command_util: Fix make dependencies for *_command_list.h.
authorAndre Noll <maan@systemlinux.org>
Mon, 9 Apr 2012 23:43:38 +0000 (01:43 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 29 Jun 2012 19:36:31 +0000 (21:36 +0200)
commitb4aff843b86a85c8d1f99452aa565a7917d7333a
treed2b721c81b5ca5a3623c3b99eb2d4de175fc1578
parent28954781dc61c24189492be040bcdce5372ead51
command_util: Fix make dependencies for *_command_list.h.

The *_command_list.h files depend on the .c files listed in the SF
header line of the .cmd command file because command_util.sh gets
the declaration of the command handlers from these files.

Unfortunately, make does not know about these dependencies, so we
have to mention them in the Makefile as well.
Makefile.in