dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/ilasm Makefile.am,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilasm Makefile.am,1.4,1.5
Date: Tue, 03 Dec 2002 19:48:36 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ilasm
In directory subversions:/tmp/cvs-serv15009/ilasm

Modified Files:
        Makefile.am 
Log Message:


Remove the need for acconfig.h so that newer autoconf's don't complain about it
(patch modified by Rhys for interoperability with older autoconf's).


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile.am 4 Jul 2002 04:59:12 -0000       1.4
--- Makefile.am 4 Dec 2002 00:48:33 -0000       1.5
***************
*** 10,15 ****
  ilasm_LDADD   = ../image/libILImage.a ../support/libILSupport.a
  
! YFLAGS = -d
  CLEANFILES = ilasm_grammar.c ilasm_scanner.c ilasm_grammar.h
  
! AM_CFLAGS = -I$(top_srcdir)/include
\ No newline at end of file
--- 10,15 ----
  ilasm_LDADD   = ../image/libILImage.a ../support/libILSupport.a
  
! AM_YFLAGS = -d
  CLEANFILES = ilasm_grammar.c ilasm_scanner.c ilasm_grammar.h
  
! AM_CFLAGS = -I$(top_srcdir)/include





reply via email to

[Prev in Thread] Current Thread [Next in Thread]