[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/Makefile between version 1.25 and 1.26

version 1.25, 2008/01/31 22:34:40 version 1.26, 2008/06/12 21:58:28
Line 90 
Line 90 
 release-install:  release-install:
         @${MAKE} install          @${MAKE} install
 .if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \  .if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \
     ${MACHINE} == macppc || ${MACHINE} == sparc || ${MACHINE} == vax || \      ${MACHINE} == macppc || ${MACHINE} == sparc || ${MACHINE} == sgi || \
     ${MACHINE} == zaurus      ${MACHINE} == vax || ${MACHINE} == zaurus
         @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \          @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
          echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \           echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \
         else set -x; \          else set -x; \

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26