summaryrefslogtreecommitdiff
path: root/comms/nec2c/files/patch-Makefile
blob: 0be2e45ba0bbc22bb2fb0e8d7915e8379bbdc67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.orig	2004-01-27 19:53:38 UTC
+++ Makefile
@@ -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