diff options
| author | Richard M. Stallman | 1993-06-02 06:52:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-02 06:52:09 +0000 |
| commit | 4eda59a90d9fb181df7e1e2fb130a2ab588a737a (patch) | |
| tree | 4f6947b06e312f4a4cbcb25df8dafe845131a466 /lib-src/Makefile.in | |
| parent | fc91b8cb10134a5e8e29c5f5846d3adbd47c7c07 (diff) | |
| download | emacs-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.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. |