diff options
Diffstat (limited to 'misc/cgo/gmp')
-rw-r--r-- | misc/cgo/gmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/gmp/Makefile b/misc/cgo/gmp/Makefile index ad5db33c2..fc6209f27 100644 --- a/misc/cgo/gmp/Makefile +++ b/misc/cgo/gmp/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -include ../../../src/Make.$(GOARCH) +include ../../../src/Make.inc TARG=gmp |