aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-02 06:52:09 +0000
committerRichard M. Stallman1993-06-02 06:52:09 +0000
commit4eda59a90d9fb181df7e1e2fb130a2ab588a737a (patch)
tree4f6947b06e312f4a4cbcb25df8dafe845131a466 /lib-src/Makefile.in
parentfc91b8cb10134a5e8e29c5f5846d3adbd47c7c07 (diff)
downloademacs-4eda59a90d9fb181df7e1e2fb130a2ab588a737a.tar.gz
emacs-4eda59a90d9fb181df7e1e2fb130a2ab588a737a.zip
(all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
Diffstat (limited to 'lib-src/Makefile.in')
-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 \
108.c.o: 108.c.o:
109 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< 109 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
110 110
111all: ${EXECUTABLES} 111all: ${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.