--- nessus-plugins/pf/Makefile.orig	Thu Dec  9 20:38:04 2004
+++ nessus-plugins/pf/Makefile	Thu Dec  9 20:39:00 2004
@@ -5,10 +5,9 @@
 
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
-	$(SHELL) libtool $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(SHELL) libtool $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-	-rpath $(prefix)/plugins/
-	
+        $(SHELL) $(LIBTOOL) $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
+        $(SHELL) $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+        -rpath $(prefix)/plugins/	
 clean :
 	@rm -fr *.lo *.nes *.la .libs
 	@rm -fr *.o
