summaryrefslogtreecommitdiff
path: root/graphics/GMT/patches/patch-ax
blob: 2cf1aba6e9a68334453680f1312f17c6fe863248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ax,v 1.1 2001/01/27 08:16:02 jtb Exp $

--- Makefile.orig	Sat Jan 27 04:38:15 2001
+++ Makefile
@@ -62,7 +62,7 @@
 #	!! STOP EDITING HERE, THE REST IS FIXED !!
 #-------------------------------------------------------------------------------
 
-SUPPL	=	cps dbase gshhs imgsrc meca mex mgg misc segyprogs spotter x2sys x_system xgrid
+SUPPL	=	cps dbase gshhs imgsrc meca mgg misc segyprogs spotter x2sys x_system xgrid
 SUPPL_M	=	cps dbase imgsrc meca mgg misc segyprogs spotter x2sys x_system
 
 all:		gmt suppl
@@ -85,7 +85,7 @@
 		$(MAKE) uninstall; \
 		cd ..
 
-suppl:		mex_config xgrid_config
+suppl:		xgrid_config
 		for d in $(SUPPL); do \
 			if [ -d src/$$d ] ; then \
 				cd src/$$d; \