diff options
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index e418c9e6d..431f3a85d 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -103,3 +103,6 @@ check: rm -f share/po/libDrakX.pot standalone/po/libDrakX-standalone.pot @make -C share/po libDrakX.pot @make -C standalone/po libDrakX-standalone.pot + +../tools/rpcinfo-flushed: + cd ../tools; gcc -Wall $(shell pkg-config libtirpc --cflags --libs) rpcinfo-flushed.c -o rpcinfo-flushed |