summaryrefslogtreecommitdiff
path: root/comms/nec2c/files/patch-Makefile
blob: d2a7537d98d721bd21d7d4d72f8cbadc6058fafd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.orig	2004-01-27 14:53:38.000000000 -0500
+++ Makefile	2015-04-07 17:08:29.000000000 -0400
@@ -1,12 +1,11 @@
 #Makefile for nec2c     21 Aug 2003
 
-SHELL = /bin/sh
-CC    = gcc -Wall -O3 -g
+all:	nec2c
 
-objects = nec2c.o misc.o somnec.o
+objects = nec2c.o misc.o somnec.o 
 
 nec2c : $(objects)
-	$(CC) -lm -lefence -o nec2c $(objects)
+	$(CC) -lm -o nec2c $(objects) -L${PREFIX}/lib -lccm
 
 $(objects) : nec2c.h