diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
commit | 832be8425b55a47c0b8e9d493df1ae81dbe61dd4 (patch) | |
tree | a795baaa265e9fbda4d36b71b199ab70177b9891 /package/libIDL/patches | |
parent | c8034b6c5297caa7124070065ec156812219471c (diff) |
more native compile fixes on my ibm x40
Diffstat (limited to 'package/libIDL/patches')
-rw-r--r-- | package/libIDL/patches/patch-Makefile_in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/libIDL/patches/patch-Makefile_in b/package/libIDL/patches/patch-Makefile_in new file mode 100644 index 000000000..a1291b434 --- /dev/null +++ b/package/libIDL/patches/patch-Makefile_in @@ -0,0 +1,20 @@ +--- libIDL-0.8.14.orig/Makefile.in 2010-03-30 12:37:04.000000000 +0200 ++++ libIDL-0.8.14/Makefile.in 2011-03-01 22:26:10.000000000 +0100 +@@ -37,7 +37,7 @@ PRE_UNINSTALL = : + POST_UNINSTALL = : + build_triplet = @build@ + host_triplet = @host@ +-noinst_PROGRAMS = tstidl$(EXEEXT) ++noinst_PROGRAMS = + subdir = . + DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.msc.in \ +@@ -1276,7 +1276,7 @@ lexer.c: $(srcdir)/lexer.l parser.h + $(AM_V_GEN) $(LEX) $(LFLAGS) -t $(srcdir)/lexer.l | sed -e 's/yy/__IDL_/g' >$@ + + stamp-parser: $(srcdir)/parser.y +- $(AM_V_GEN) $(YACC) $(YFLAGS) $(srcdir)/parser.y ++ -$(AM_V_GEN) $(YACC) $(YFLAGS) $(srcdir)/parser.y + @touch $@ + + parser.c: stamp-parser |