mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
$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)" )
|
|
|