openbsd-ports/security/nessus/plugins/patches/patch-nessus-plugins_pf_Makefile

17 lines
594 B
Plaintext
Raw Normal View History

--- pf/Makefile.orig Sun Sep 5 16:28:21 1999
+++ pf/Makefile Fri May 6 20:39:32 2005
@@ -5,10 +5,9 @@ PLUGNAME=plugin
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 \
+ -rpath $(prefix)/plugins/
clean :
@rm -fr *.lo *.nes *.la .libs
@rm -fr *.o