Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/Makefile.in

    r4196 r4220  
    11# Makefile for lib-src subdirectory in GNU Emacs. 
    22# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, 
    3 #               2005, 2006, 2007  Free Software Foundation, Inc. 
     3#               2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    44 
    55# This file is part of GNU Emacs. 
     
    77# GNU Emacs is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2, or (at your option) 
     9# the Free Software Foundation; either version 3, or (at your option) 
    1010# any later version. 
    1111 
     
    269269 
    270270/* These targets copy the scripts into the build directory 
    271 so that they can be run from there in an uninstalled Emacs.  */ 
     271so that they can be run from there in an uninstalled Emacs. 
     272The "-" is prepended because some versions of cp barf when 
     273srcdir is the current directory, and thus the file will be 
     274copied into itself.  */ 
    272275rcs2log: $(srcdir)/rcs2log 
    273         cp -p $(srcdir)/rcs2log rcs2log 
     276        -cp -p $(srcdir)/rcs2log rcs2log 
    274277 
    275278rcs-checkin: $(srcdir)/rcs-checkin 
    276         cp -p $(srcdir)/rcs-checkin rcs-checkin 
     279        -cp -p $(srcdir)/rcs-checkin rcs-checkin 
    277280 
    278281grep-changelog: $(srcdir)/grep-changelog 
    279         cp -p $(srcdir)/grep-changelog grep-changelog 
     282        -cp -p $(srcdir)/grep-changelog grep-changelog 
    280283 
    281284vcdiff: $(srcdir)/vcdiff 
    282         cp -p $(srcdir)/vcdiff vcdiff 
     285        -cp -p $(srcdir)/vcdiff vcdiff 
    283286 
    284287#ifdef MOVEMAIL_NEEDS_BLESSING