blob: 971423713fa7b41d882ce3546ba0f7104d8e37ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2002/08/21 08:09:56 cjep Exp $
--- Makefile.in.orig Wed Mar 1 13:31:12 2000
+++ Makefile.in
@@ -72,7 +72,7 @@
binaries:
if test ! -d bin; then mkdir bin; fi
- if test ! -d bin/@target@-@CC@; then mkdir bin/@GAPARCH@; fi
+ if test ! -d bin/@GAPARCH@; then mkdir bin/@GAPARCH@; fi
( cd nauty20; rm -f *.o; make CC=$(CC) BINDIR="@GAPARCH@" LDFLAGS="$(LOPTS)" CFLAGS="$(NCOPTS)"; rm -f *.o )
( cd src; make CC=$(CC) BINDIR="@GAPARCH@" LDFLAGS="$(LOPTS)" CFLAGS="$(UCOPTS)" )
|