14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
$NetBSD: patch-src_Makefile,v 1.1 2014/09/23 12:06:49 jperkin Exp $
|
|
|
|
Do not try to build targets that are created by existing targets, causes
|
|
problems with parallel builds and is unnecessary.
|
|
|
|
--- src/Makefile.orig 2014-09-14 17:53:40.000000000 +0000
|
|
+++ src/Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-TARGETS = libSystem.a libSystem.so.0.0 libSystem.so.0 libSystem.so
|
|
+TARGETS = libSystem.a libSystem.so.0.0
|
|
PREFIX = /usr/local
|
|
DESTDIR =
|
|
LIBDIR = $(PREFIX)/lib
|