comparison msdos/sed5x.inp @ 108265:39e86d46390a

Remove some unused Makefile.in variables. * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@. * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE) (LD_SWITCH_X_SITE): Remove unused variables. * lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables. * oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE) (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables. * src/Makefile.in (CPP, LN_S): Remove unused variables. * msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 May 2010 00:24:18 -0700
parents 1d1d5d9bd884
children 417b1e4d63cd
comparison
equal deleted inserted replaced
108264:e556879757eb 108265:39e86d46390a
1 # -sed5x.inp------------------------------------------------------------ 1 # -sed5x.inp------------------------------------------------------------
2 # Configuration script for oldxmenu/makefile for DesqView/X 2 # Configuration script for oldxmenu/makefile for DesqView/X
3 # ---------------------------------------------------------------------- 3 # ----------------------------------------------------------------------
4 # 4 #
5 # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 5 # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
6 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 6 # 2009, 2010 Free Software Foundation, Inc.
7 # 7 #
8 # This file is part of GNU Emacs. 8 # This file is part of GNU Emacs.
9 # 9 #
10 # This file is free software; as a special exception, the author gives 10 # This file is free software; as a special exception, the author gives
11 # unlimited permission to copy and/or distribute it, with or without 11 # unlimited permission to copy and/or distribute it, with or without
20 /^VPATH *=/s/@[^@\n]*@/./ 20 /^VPATH *=/s/@[^@\n]*@/./
21 /^C_SWITCH_X_SITE *=/s/@[^@\n]*@// 21 /^C_SWITCH_X_SITE *=/s/@[^@\n]*@//
22 /^CC *=/s/@[^@\n]*@/gcc/ 22 /^CC *=/s/@[^@\n]*@/gcc/
23 /^CPP *=/s/@[^@\n]*@/gcc -e/ 23 /^CPP *=/s/@[^@\n]*@/gcc -e/
24 /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ 24 /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
25 /^LN_S *=/s/@[^@\n]*@/ln -s/
26 s/|| true// 25 s/|| true//
27 26
28 # arch-tag: 612a79be-2a02-4cb0-8dec-779aac0a2f4f 27 # arch-tag: 612a79be-2a02-4cb0-8dec-779aac0a2f4f