Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Diod: Fix for non-standard location of Perl
If the perl binary was not in /usr/bin/perl, the build would fail.

Signed-off-by: Leonid Bloch <leonid@daynix.com>
  • Loading branch information
blochl committed Jul 20, 2015
1 parent 800ec4d commit 0beed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kern/dbench/Makefile.am
Expand Up @@ -25,6 +25,6 @@ BUILT_SOURCES = proto.h
CLEANFILES = proto.h

proto.h: $(dbench_SOURCES) mkproto.pl
./mkproto.pl $(dbench_SOURCES) > proto.h
perl mkproto.pl $(dbench_SOURCES) > proto.h

EXTRA_DIST = mkproto.pl

0 comments on commit 0beed57

Please sign in to comment.