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:
parent
fc91b8cb10
commit
4eda59a90d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user