+2005-08-11 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * amd/Makefile.am: f/lex libraries are incompatible with multiple
+ scanners, so don't link Amd with libl.a/libfl.a.
+
2005-08-10 Daniel P. Ottavio <dottavio@ic.sunysb.edu>
* amd/sun_map_tok.l: Clean up regular expression so HPUX stops
non-flex lex to parse strings instead of files. Added some casts
to strlcpy usage to silence warnings. Moved the % options because
HPUX was complaining,
-
+
2005-08-08 Daniel P. Ottavio <dottavio@ic.sunysb.edu>
* amd/sun_map_tok.l: Applied some definition goop to handle the
*******************************************************************
*** Initial ChangeLog Entry ***
*******************************************************************
- LocalWords: Erez
-
\ No newline at end of file
EXTRA_sun2amd_OBJECTS = @AMD_INFO_OBJS@
sun2amd_LDADD = $(EXTRA_sun2amd_OBJECTS) ../libamu/libamu.la
# must manually add f/lex library to LIBS, and not to LDADD.
-LIBS = @LIBS@ @LEXLIB@ @WRAPLIB@
+##LIBS = @LIBS@ @LEXLIB@ @WRAPLIB@
+# f/lex libraries are incomatible with multiple scanners: don't include
+LIBS = @LIBS@ @WRAPLIB@
# additional files to distribute and clean
EXTRA_DIST = ops_TEMPLATE.c $(man_MANS) $(TESTS)