From f706c10c828a0526326af42d95238b2cd3eb06d1 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 12 Jul 2003 21:46:53 +0000 Subject: 2003-07-12 Paul Jakma * vtysh/Makefile.am: explicitely list the files required for vtysh_cmd.c to be generated, to minimise spurious rebuilds. --- vtysh/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'vtysh') diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 7a21409f..eef28542 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -18,7 +18,11 @@ EXTRA_DIST = extract.pl vtysh.conf.sample rebuild4: ./extract.pl ../zebra/*.c ../ripd/*.c ../ospfd/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c > vtysh_cmd.c -rebuild: - ./extract.pl ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c > vtysh_cmd.c +vtysh_cmd.c: ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c \ + ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c \ + ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c + ./extract.pl ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c \ + ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c \ + ../lib/filter.c ../lib/plist.c ../lib/distribute.c \ + ../lib/if_rmap.c > vtysh_cmd.c -vtysh_cmd.c: rebuild -- cgit v1.2.1