diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
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 \ | |||
| 108 | .c.o: | 108 | .c.o: |
| 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< | 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< |
| 110 | 110 | ||
| 111 | all: ${EXECUTABLES} | 111 | all: ${UTILITIES} ${INSTALLABLES} |
| 112 | 112 | ||
| 113 | ### Install the internal utilities. Until they are installed, we can | 113 | ### Install the internal utilities. Until they are installed, we can |
| 114 | ### just run them directly from lib-src. | 114 | ### just run them directly from lib-src. |