diff options
Diffstat (limited to 'comms/nec2c/files/patch-Makefile')
-rw-r--r-- | comms/nec2c/files/patch-Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/comms/nec2c/files/patch-Makefile b/comms/nec2c/files/patch-Makefile index 205033af3e6f..d2a7537d98d7 100644 --- a/comms/nec2c/files/patch-Makefile +++ b/comms/nec2c/files/patch-Makefile @@ -1,18 +1,18 @@ ---- Makefile.orig Tue Jan 27 14:53:38 2004 -+++ Makefile Sat Jul 9 00:19:39 2005 +--- 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 carg.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 - + |