comparison lib-src/Makefile.in @ 112162:54ade079a863

* Makefile.in (EXECUTABLES): Remove; macro unused since 1993.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 11:03:31 -0800
parents f07ac5fe9893
children c428fb33aede
comparison
equal deleted inserted replaced
112161:287100101ab9 112162:54ade079a863
125 125
126 # Like UTILITIES, but they're not system-dependent, and should not be 126 # Like UTILITIES, but they're not system-dependent, and should not be
127 # deleted by the distclean target. 127 # deleted by the distclean target.
128 SCRIPTS= rcs2log vcdiff 128 SCRIPTS= rcs2log vcdiff
129 STAMP_SCRIPTS= stamp-rcs2log stamp-vcdiff 129 STAMP_SCRIPTS= stamp-rcs2log stamp-vcdiff
130
131 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
132 130
133 # Specify additional -D flags for movemail. Options: 131 # Specify additional -D flags for movemail. Options:
134 # -DMAIL_USE_FLOCK or -DMAIL_USE_LOCKF (use flock or lockf for file locking). 132 # -DMAIL_USE_FLOCK or -DMAIL_USE_LOCKF (use flock or lockf for file locking).
135 # See the comments about locking in movemail.c. Normally the values 133 # See the comments about locking in movemail.c. Normally the values
136 # set by configure should be correct and you should not need to do anything. 134 # set by configure should be correct and you should not need to do anything.