]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
- added removed files to svn:ignore
authorMartin Willi <martin@strongswan.org>
Fri, 19 May 2006 14:25:08 +0000 (14:25 -0000)
committerMartin Willi <martin@strongswan.org>
Fri, 19 May 2006 14:25:08 +0000 (14:25 -0000)
- fixed bug in pluto/Makefile.am

src/pluto/Makefile.am

index 678254fe75e5e2414a389082e78731610478190a..89d0a1a72a7552575116c83b10486d5d22713f59 100644 (file)
@@ -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