aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-19 14:25:08 +0000
committerMartin Willi <martin@strongswan.org>2006-05-19 14:25:08 +0000
commita2744feb63d4fcc890701e742e21725a69f05e17 (patch)
treee20c2c4901e4ac44c3fc153b5cce15eff36c2280
parentd6c32b83de397a59e308c7ae90defa0fc4751538 (diff)
downloadstrongswan-a2744feb63d4fcc890701e742e21725a69f05e17.tar.bz2
strongswan-a2744feb63d4fcc890701e742e21725a69f05e17.tar.xz
- added removed files to svn:ignore
- fixed bug in pluto/Makefile.am
-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