1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.

This commit is contained in:
Richard M. Stallman 1993-06-02 06:52:09 +00:00
parent fc91b8cb10
commit 4eda59a90d

View File

@ -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.