summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 27567bdf87d..f213dedea2e 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -108,7 +108,7 @@ ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
.c.o:
${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
-all: ${EXECUTABLES}
+all: ${UTILITIES} ${INSTALLABLES}
### Install the internal utilities. Until they are installed, we can
### just run them directly from lib-src.