summaryrefslogtreecommitdiff
path: root/biology/nab/files/patch-aa
blob: a04b27361f1872d2ac4a90cc45d4e675127f5c1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*** Makefile.orig	Mon Oct 23 20:01:09 2000
--- Makefile	Sun Jan 28 13:36:22 2001
***************
*** 1,5 ****
--- 1,6 ----
  #   top-level Makefile for the NAB suite of programs
  
+ all: compiler test
  compiler:
  	-mkdir bin lib include
  	(cd ucpp-0.7; make install )
***************
*** 7,15 ****
  	(cd src; make install )
  	(cd nss; make install )
  	(cd tleap; make install )
! 	@echo
! 	@echo "completed installation of NAB version 4"
! 	@echo
  
  #   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
  
  #   note:  "make test" needs to follow "make", since it is very hard to
  #          tell if the compiler is completely "made" or not.