1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/biology/nab/files/patch-ac
James E. Housley 28dc48de23 Initiail version of nab (4.2)
PR:		21585
Submitted by:	M. L. Dodson <bdodson@scms.utmb.EDU>
2000-10-10 02:57:23 +00:00

14 lines
490 B
Plaintext

*** cccp/Makefile.orig Thu Jan 14 16:20:38 1999
--- cccp/Makefile Thu Jan 14 16:21:08 1999
***************
*** 4,9 ****
--- 4,11 ----
######### no configuration should be needed beyond this line #################
##############################################################################
+ all: cpp$(SFX)
+
cpp$(SFX): cppmain.o cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o version.o \
obstack.o alloca.o
$(CC) $(CFLAGS) -o cpp$(SFX) cppmain.o cpplib.o cpphash.o \