aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 8285910cdbf..fe1900a2a40 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -40,6 +40,7 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
40PROFILING_CFLAGS = @PROFILING_CFLAGS@ 40PROFILING_CFLAGS = @PROFILING_CFLAGS@
41WARN_CFLAGS = @WARN_CFLAGS@ 41WARN_CFLAGS = @WARN_CFLAGS@
42WERROR_CFLAGS = @WERROR_CFLAGS@ 42WERROR_CFLAGS = @WERROR_CFLAGS@
43UPDATE_MANIFEST = @UPDATE_MANIFEST@
43 44
44# Program name transformation. 45# Program name transformation.
45TRANSFORM = @program_transform_name@ 46TRANSFORM = @program_transform_name@
@@ -132,7 +133,7 @@ DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
132 133
133# Like UTILITIES, but they're not system-dependent, and should not be 134# Like UTILITIES, but they're not system-dependent, and should not be
134# deleted by the distclean target. 135# deleted by the distclean target.
135SCRIPTS= rcs2log 136SCRIPTS= rcs2log $(UPDATE_MANIFEST)
136 137
137# All files that are created by the linker, i.e., whose names end in ${EXEEXT}. 138# All files that are created by the linker, i.e., whose names end in ${EXEEXT}.
138EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 139EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}