diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 7f9f215a389..658fdf3e951 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -261,7 +261,21 @@ BASE_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \ | |||
| 261 | .c.o: | 261 | .c.o: |
| 262 | ${CC} -c ${CPP_CFLAGS} $< | 262 | ${CC} -c ${CPP_CFLAGS} $< |
| 263 | 263 | ||
| 264 | all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} | 264 | all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} |
| 265 | |||
| 266 | # These targets copy the scripts into the build directory | ||
| 267 | # so that they can be run from there in an uninstalled Emacs. | ||
| 268 | rcs2log: $(srcdir)/rcs2log | ||
| 269 | cp -p $(srcdir)/rcs2log rcs2log | ||
| 270 | |||
| 271 | rcs-checkin: $(srcdir)/rcs-checkin | ||
| 272 | cp -p $(srcdir)/rcs-checkin rcs-checkin | ||
| 273 | |||
| 274 | grep-changelog: $(srcdir)/grep-changelog | ||
| 275 | cp -p $(srcdir)/grep-changelog grep-changelog | ||
| 276 | |||
| 277 | vcdiff: $(srcdir)/vcdiff | ||
| 278 | cp -p $(srcdir)/vcdiff vcdiff | ||
| 265 | 279 | ||
| 266 | #ifdef MOVEMAIL_NEEDS_BLESSING | 280 | #ifdef MOVEMAIL_NEEDS_BLESSING |
| 267 | blessmail: | 281 | blessmail: |