Changeset 4220 for trunk/lib-src/Makefile.in
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lib-src/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib-src/Makefile.in
r4196 r4220 1 1 # Makefile for lib-src subdirectory in GNU Emacs. 2 2 # 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. 4 4 5 5 # This file is part of GNU Emacs. … … 7 7 # GNU Emacs is free software; you can redistribute it and/or modify 8 8 # 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) 10 10 # any later version. 11 11 … … 269 269 270 270 /* These targets copy the scripts into the build directory 271 so that they can be run from there in an uninstalled Emacs. */ 271 so that they can be run from there in an uninstalled Emacs. 272 The "-" is prepended because some versions of cp barf when 273 srcdir is the current directory, and thus the file will be 274 copied into itself. */ 272 275 rcs2log: $(srcdir)/rcs2log 273 cp -p $(srcdir)/rcs2log rcs2log276 -cp -p $(srcdir)/rcs2log rcs2log 274 277 275 278 rcs-checkin: $(srcdir)/rcs-checkin 276 cp -p $(srcdir)/rcs-checkin rcs-checkin279 -cp -p $(srcdir)/rcs-checkin rcs-checkin 277 280 278 281 grep-changelog: $(srcdir)/grep-changelog 279 cp -p $(srcdir)/grep-changelog grep-changelog282 -cp -p $(srcdir)/grep-changelog grep-changelog 280 283 281 284 vcdiff: $(srcdir)/vcdiff 282 cp -p $(srcdir)/vcdiff vcdiff285 -cp -p $(srcdir)/vcdiff vcdiff 283 286 284 287 #ifdef MOVEMAIL_NEEDS_BLESSING
