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

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

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

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