Mercurial > hg > octave-thorsten
diff src/Makefile.in @ 5796:20f4bd627a74
[project @ 2006-05-09 02:04:54 by jwe]
author | jwe |
---|---|
date | Tue, 09 May 2006 02:04:55 +0000 |
parents | 1138ced03f14 |
children | e54c11df0524 |
line wrap: on
line diff
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -212,7 +212,7 @@ # so we have to repeat ourselves because some stupid egreps don't like # empty elements in alternation patterns. -DEFUN_PATTERN = "^[ \t]*DEF(CONSTFUN|CMD|UN|UN_DLD|UN_TEXT|UN_MAPPER)[ \t]*\\(" +DEFUN_PATTERN = "^[ \t]*DEF(CONSTFUN|CMD|UN|UN_DLD|UNX_DLD|UN_TEXT|UN_MAPPER)[ \t]*\\(" DLD_DEF_FILES_1 := $(patsubst %.l, %.df, $(DLD_XSRC)) DLD_DEF_FILES := $(patsubst %.cc, %.df, $(DLD_DEF_FILES_1))