From a2744feb63d4fcc890701e742e21725a69f05e17 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 19 May 2006 14:25:08 +0000 Subject: [PATCH] - added removed files to svn:ignore - fixed bug in pluto/Makefile.am --- src/pluto/Makefile.am | 4 ++-- 1 file 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