]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.
authorAndreas Ericsson <ae@op5.se>
Mon, 21 Nov 2005 23:44:15 +0000 (00:44 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 Nov 2005 00:37:58 +0000 (16:37 -0800)
commitd6ebd2590cb427a564a7bc21f893b238ce26e26f
treef125dd0287f90e964d651470539e544dca5be839
parent1b1480ff6acda6e53325961e20fb13ae6895ee69
Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.

Remove $(SIMPLE_PROGRAMS) from $(PROGRAMS) so buildrules don't have
to be overridden.

Put $(SCRIPTS) with the other target-macros so it doesn't get lonely.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile