From: William D. <wdo...@us...> - 2006-08-21 16:11:28
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3801 Modified Files: Makefile.defs Log Message: Add definition of SYMLINK. Index: Makefile.defs =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile.defs,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.defs 18 Jul 2006 19:12:39 -0000 1.10 +++ Makefile.defs 21 Aug 2006 16:11:20 -0000 1.11 @@ -38,6 +38,7 @@ POD2HTML = $(PERL_DIR)/pod2html FLEX = /usr/bin/flex +SYMLINK = ln -s # Build compilation setup. CC = gcc -Wall -ansi -pedantic |