pkgsrc-wip/vpr/patches/patch-aa
David Howland bcc09c25de VPR is a placement and routing tool for array-based FPGAs, and T-VPack is a
logic block packing (clustering) program. VPR was written to allow circuits to
be placed and routed on a wide variety of FPGAs to facilitate comparisons of
different architectures.
2006-12-03 00:38:43 +00:00

13 lines
334 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/12/03 00:38:43 dhowland Exp $
--- t-vpack/makefile.orig 2000-03-26 14:36:22.000000000 -0500
+++ t-vpack/makefile
@@ -52,7 +52,7 @@ LIB = -lm
# Add purify in front of CC below to run purify on the code.
-$(EXE): $(OBJ)
+all: $(OBJ)
$(CC) $(FLAGS) $(OBJ) -o $(EXE) $(LIB)
main.o: main.c $(H)