mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
This commit is contained in:
parent
fc91b8cb10
commit
4eda59a90d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue