head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.27.13.49.54;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2000.10.10.02.57.23;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 4.3.2

PR:		27273
Submitted by:	maintainer
@
text
@*** semantics/Makefile.orig	Fri Mar 10 20:08:16 2000
--- semantics/Makefile	Sun Sep 10 18:47:44 2000
***************
*** 43,49 ****
  SYM_UPARROW_ASSIGN.rules
  
  checkexpr.c: $(RULES) attribute.tab parse ../src/nab.h ../src/nabgrm.y
! 	./parse *.rules
  
  parse: parse.c
  	$(CC) -o parse parse.c
--- 43,49 ----
  SYM_UPARROW_ASSIGN.rules
  
  checkexpr.c: $(RULES) attribute.tab parse ../src/nab.h ../src/nabgrm.y
! 	env NABHOME=.. ./parse *.rules
  
  parse: parse.c
  	$(CC) -o parse parse.c
@


1.1
log
@Initiail version of nab (4.2)

PR:		21585
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU>
@
text
@@

