$NetBSD: patch-ax,v 1.2 2001/04/19 20:51:33 jtb Exp $

--- Makefile.orig	Wed Apr 18 09:22:35 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:		gmtmacros mex_config xgrid_config
+suppl:		gmtmacros xgrid_config
 		for d in $(SUPPL); do \
 			if [ -d src/$$d ] && [ ! -f src/$$d/.skip ]; then \
 				cd src/$$d; \
@@ -109,7 +109,7 @@
 			\rm -f config.{cache,log,status}; \
 			./configure; \
 		fi
-		
+
 xgrid_config:	
 		if [ ! -f src/xgrid/makefile ]; then \
 			cd src/xgrid; \
@@ -227,7 +227,7 @@
 		else \
 			echo "Install wrapper man directory the same as distribution man directory - nothing installed"; \
 		fi
-		
+
 run-examples:
 		if [ -d examples ]; then \
 			cd examples; \
