diff options
| author | Karl Heuer | 1996-02-17 02:23:13 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-02-17 02:23:13 +0000 |
| commit | f11c1c141cad3fa0a446573d0956b9891ee105c7 (patch) | |
| tree | d2f94ed2a304fe87c4604058ef3f8209a590bc2f /lib-src | |
| parent | bf04a50e58bdec1524cae3407d24c624aa4ed9e9 (diff) | |
| download | emacs-f11c1c141cad3fa0a446573d0956b9891ee105c7.tar.gz emacs-f11c1c141cad3fa0a446573d0956b9891ee105c7.zip | |
Comment fixes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 27bd6f2e648..f380e3a91bb 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -156,12 +156,12 @@ MOVE_LIBS= | |||
| 156 | #endif | 156 | #endif |
| 157 | #endif | 157 | #endif |
| 158 | 158 | ||
| 159 | /* Some s/*.h files define this to request special libraries. */ | 159 | /* Some s/SYSTEM.h files define this to request special libraries. */ |
| 160 | #ifndef LIBS_SYSTEM | 160 | #ifndef LIBS_SYSTEM |
| 161 | #define LIBS_SYSTEM | 161 | #define LIBS_SYSTEM |
| 162 | #endif | 162 | #endif |
| 163 | 163 | ||
| 164 | /* Some m/*.h files define this to request special libraries. */ | 164 | /* Some m/MACHINE.h files define this to request special libraries. */ |
| 165 | #ifndef LIBS_MACHINE | 165 | #ifndef LIBS_MACHINE |
| 166 | #define LIBS_MACHINE | 166 | #define LIBS_MACHINE |
| 167 | #endif | 167 | #endif |