]> git.puffer.fish Git - matthieu/frr.git/commit
build: fix extract.pl for cross compilation
authorSerj Kalichev <serj.kalichev@gmail.com>
Fri, 7 Sep 2012 09:29:42 +0000 (13:29 +0400)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 25 Sep 2012 04:07:03 +0000 (06:07 +0200)
commited6e297972318a0070ad4d973401fbc6e0def558
treecc544ec6f62a22cb2281e7665a39d469b377cc63
parentbb2315f2878da685fae094aece13409667d21f97
build: fix extract.pl for cross compilation

extract.pl should invoke the C preprocessor for the target system, not the
host.

* vtysh/extract.pl.in: use @CPP@ to get target cpp

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
vtysh/extract.pl.in