gephex--main--0.4--patch-1797
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
Archive: [email protected] New revision: gephex--main--0.4--patch-1797 -- Revision: gephex--main--0.4--patch-1797 Archive: [email protected] Creator: GePhex <[email protected]> Date: Wed Sep 29 16:51:29 CEST 2004 Standard-date: 2004-09-29 14:51:29 GMT Modified-files: modules/src/funparsemodule/Makefile.am New-patches: [email protected]/gephex--main--0.4--patch-1797 [email protected]/gephex--martin--0.4--patch-42 [email protected]/gephex--martin--0.4--patch-43 Summary: fix broken out of tree builds Keywords: Patches applied: * [email protected]/gephex--martin--0.4--patch-42 tag of [email protected]/gephex--main--0.4--patch-1796 * [email protected]/gephex--martin--0.4--patch-43 allow build outside of the srcdir * added files {arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1797 {arch}/gephex/gephex--martin/gephex--martin--0.4/[email protected]/patch-log/patch-42 {arch}/gephex/gephex--martin/gephex--martin--0.4/[email protected]/patch-log/patch-43 * modified files --- orig/modules/src/funparsemodule/Makefile.am +++ mod/modules/src/funparsemodule/Makefile.am @@ -39,14 +39,14 @@ scanner.o: parser.tab.h -scanner.c: scanner.flex - flex -oscanner.c scanner.flex +scanner.c: @srcdir@/scanner.flex + flex -oscanner.c @srcdir@/scanner.flex -parser.tab.h: parser.y - bison -d parser.y +parser.tab.h: @srcdir@/parser.y + bison -d @srcdir@/parser.y -parser.tab.c: parser.y - bison -d parser.y +parser.tab.c: @srcdir@/parser.y + bison -d @srcdir@/parser.y funparsemodule_la_LDFLAGS = -module -avoid-version -no-undefined