summaryrefslogtreecommitdiff
path: root/biology/nab/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'biology/nab/files/patch-aa')
-rw-r--r--biology/nab/files/patch-aa47
1 files changed, 27 insertions, 20 deletions
diff --git a/biology/nab/files/patch-aa b/biology/nab/files/patch-aa
index c8e736e87ab8..a04b27361f18 100644
--- a/biology/nab/files/patch-aa
+++ b/biology/nab/files/patch-aa
@@ -1,25 +1,32 @@
-*** src/Makefile.orig Fri Jan 8 16:06:59 1999
---- src/Makefile Thu Jan 14 16:15:53 1999
+*** Makefile.orig Mon Oct 23 20:01:09 2000
+--- Makefile Sun Jan 28 13:36:22 2001
***************
-*** 7,15 ****
- ./nab -c $(NABFLAGS) $<
- @rm -f $*.c
+*** 1,5 ****
+--- 1,6 ----
+ # top-level Makefile for the NAB suite of programs
-- .c.o: $<
-- $(CC) -c $(CFLAGS) $<
--
- NAB2COBJS= \
- nab2c.o \
- cgen.o \
---- 7,12 ----
++ all: compiler test
+ compiler:
+ -mkdir bin lib include
+ (cd ucpp-0.7; make install )
***************
-*** 77,82 ****
---- 74,81 ----
- yammp.o
+*** 7,15 ****
+ (cd src; make install )
+ (cd nss; make install )
+ (cd tleap; make install )
+! @echo
+! @echo "completed installation of NAB version 4"
+! @echo
- #===========================================================================
-+
-+ all: system
+ # note: "make test" needs to follow "make", since it is very hard to
+ # tell if the compiler is completely "made" or not.
+--- 8,16 ----
+ (cd src; make install )
+ (cd nss; make install )
+ (cd tleap; make install )
+! # @echo
+! # @echo "completed installation of NAB version 4"
+! # @echo
- system: nab \
- nab2c \
+ # note: "make test" needs to follow "make", since it is very hard to
+ # tell if the compiler is completely "made" or not.