aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pluto/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am
index 678254fe7..89d0a1a72 100644
--- a/src/pluto/Makefile.am
+++ b/src/pluto/Makefile.am
@@ -36,10 +36,10 @@ DISTCLEANFILES = oid.c oid.h
PERL=perl
oid.c: oid.txt oid.pl
- $PERL oid.pl
+ $(PERL) oid.pl
oid.h: oid.txt oid.pl
- $PERL oid.pl
+ $(PERL) oid.pl
# This compile option activates dynamic URL fetching using libcurl
if USE_LIBCURL