pkgsrc/comms/plp/patches/patch-ad

25 lines
495 B
Text
Raw Normal View History

$NetBSD: patch-ad,v 1.4 2004/08/30 06:27:55 recht Exp $
1999-05-06 09:39:08 +02:00
--- rfsv/Makefile.orig 1999-02-02 13:16:15.000000000 +0100
2001-04-22 19:43:18 +02:00
+++ rfsv/Makefile
@@ -3,14 +3,14 @@ CSOURCE= $(wildcard *.c)
2001-04-22 19:43:18 +02:00
1999-05-06 09:39:08 +02:00
OBJ=$(CCSOURCE:%.cc=%.o) $(CSOURCE:%.c=%.o)
-../bin/rfsv : $(OBJ)
+rfsv : $(OBJ)
$(LD) $(OBJ) $(LIBS) -o $@
1999-05-06 09:39:08 +02:00
%.o : %.cc
- $(CC) -c $< -o $@
+ $(CC) -c $<
%.o : %.c
- $(CC) -c $< -o $@
+ $(CC) -c $<
clean :
- rm -f ../bin/rfsv core $(OBJ) *~
\ No newline at end of file
1999-05-06 09:39:08 +02:00
+ rm -f .libs rfsv core $(OBJ) *~