[BACK]Return to pcc.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / pcc

Annotation of OpenXM/src/pcc/pcc.diff, Revision 1.2

1.2     ! ohara       1: diff -ubBr cc/cpp/Makefile.in.orig cc/cpp/Makefile.in
1.1       ohara       2: --- cc/cpp/Makefile.in.orig    2010-12-19 00:22:13.000000000 +0900
                      3: +++ cc/cpp/Makefile.in 2011-01-14 22:05:51.000000000 +0900
                      4: @@ -12,7 +12,7 @@
                      5:  prefix = @prefix@
                      6:  exec_prefix = @exec_prefix@
                      7:  bindir = @bindir@
                      8: -libexecdir = @libexecdir@
                      9: +libexecdir = @bindir@
                     10:  datarootdir = @datarootdir@
                     11:  mandir = @mandir@
                     12:  strip = @strip@
                     13: @@ -30,7 +30,7 @@
                     14:
                     15:  OBJS=cpp.o cpy.o token.o compat.o
                     16:  HEADERS=cpp.h
                     17: -DEST=@BINPREFIX@cpp$(EXEEXT)
                     18: +DEST=@BINPREFIX@ox_cpp$(EXEEXT)
                     19:
                     20:  MIPDIR=$(top_srcdir)/mip
                     21:  MDIR=$(top_srcdir)/arch/$(TARGMACH)
                     22: @@ -89,8 +89,6 @@
                     23:                strip ${DESTDIR}${libexecdir}/${DEST} ; \
                     24:                echo strip ${DESTDIR}${libexecdir}/${DEST} ;    \
                     25:        fi
                     26: -      test -z "${DESTDIR}$(mandir)/man1" || mkdir -p "${DESTDIR}$(mandir)/man1"
                     27: -      ${INSTALL} $(srcdir)/cpp.1 ${DESTDIR}${mandir}/man1/$(DEST).1
                     28:
                     29:  clean:
                     30:        /bin/rm -f $(OBJS) $(DEST) lex.yy.c y.tab.[ch] tests/run*
1.2     ! ohara      31: diff -ubBr mip/node.h.orig mip/node.h
        !            32: --- mip/node.h.orig    2010-08-11 23:08:44.000000000 +0900
        !            33: +++ mip/node.h 2011-05-18 12:21:30.000000000 +0900
        !            34: @@ -42,7 +42,7 @@
        !            35:  struct attr {
        !            36:        struct attr *next;
        !            37:        int atype;
        !            38: -      union aarg aa[];
        !            39: +      union aarg aa[1];
        !            40:  };
        !            41:
        !            42:  /*

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>