From: William D. <wdo...@us...> - 2006-08-30 14:39:32
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12956 Modified Files: Makefile.defs Log Message: Restore from rev 1.12 Index: Makefile.defs =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile.defs,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.defs 30 Aug 2006 14:37:02 -0000 1.13 +++ Makefile.defs 30 Aug 2006 14:39:29 -0000 1.14 @@ -14,8 +14,7 @@ # BASE_DIR: like --prefix for configure # BASE_DIR_ARCH: like --exec-prefix for configure -#BASE_DIR ?= /usr -BASE_DIR ?= /proj/flexml/flexml/dist +BASE_DIR ?= /usr BASE_DIR_ARCH ?= $(BASE_DIR) FLEXML= flexml$(SUFF) |