]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fixes.
authorKarl Heuer <kwzh@gnu.org>
Sat, 17 Feb 1996 02:23:13 +0000 (02:23 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 17 Feb 1996 02:23:13 +0000 (02:23 +0000)
lib-src/Makefile.in
src/Makefile.in
src/config.in

index 27bd6f2e6488ed554fe8acf6c5adb8fc36fd9a07..f380e3a91bb29139f540ae618cd40078ef4357d9 100644 (file)
@@ -156,12 +156,12 @@ MOVE_LIBS=
 #endif
 #endif
 
-/* Some s/*.h files define this to request special libraries.  */
+/* Some s/SYSTEM.h files define this to request special libraries.  */
 #ifndef LIBS_SYSTEM
 #define LIBS_SYSTEM
 #endif
 
-/* Some m/*.h files define this to request special libraries.  */
+/* Some m/MACHINE.h files define this to request special libraries.  */
 #ifndef LIBS_MACHINE
 #define LIBS_MACHINE
 #endif
index dfbac65c5efcc19cc6373bb92748e1b20812fc7a..8e3924ad50ee378e2c3ad17ddb8c67c5c02a0916 100644 (file)
@@ -112,12 +112,12 @@ CC = C_COMPILER
 #define LIBS_DEBUG -lg
 #endif
 
-/* Some s/*.h files define this to request special libraries.  */
+/* Some s/SYSTEM.h files define this to request special libraries.  */
 #ifndef LIBS_SYSTEM
 #define LIBS_SYSTEM
 #endif
 
-/* Some m/*.h files define this to request special libraries.  */
+/* Some m/MACHINE.h files define this to request special libraries.  */
 #ifndef LIBS_MACHINE
 #define LIBS_MACHINE
 #endif
@@ -130,7 +130,7 @@ CC = C_COMPILER
 # endif /* ! defined (LISP_FLOAT_TYPE) */
 #endif /* LIB_MATH */
 
-/* Some s/*.h files define this to request special switches in ld.  */
+/* Some s/SYSTEM.h files define this to request special switches in ld.  */
 #ifndef LD_SWITCH_SYSTEM
 #if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)))
 #define LD_SWITCH_SYSTEM -X
@@ -139,17 +139,17 @@ CC = C_COMPILER
 #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
 #endif /* LD_SWITCH_SYSTEM */
 
-/* Some m/*.h files define this to request special switches in ld.  */
+/* Some m/MACHINE.h files define this to request special switches in ld.  */
 #ifndef LD_SWITCH_MACHINE
 #define LD_SWITCH_MACHINE
 #endif
 
-/* Some m/*.h files define this to request special switches in cc.  */
+/* Some m/MACHINE.h files define this to request special switches in cc.  */
 #ifndef C_SWITCH_MACHINE
 #define C_SWITCH_MACHINE
 #endif
 
-/* Some s/*.h files define this to request special switches in cc.  */
+/* Some s/SYSTEM.h files define this to request special switches in cc.  */
 #ifndef C_SWITCH_SYSTEM
 #define C_SWITCH_SYSTEM
 #endif
@@ -513,7 +513,7 @@ SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \
 
 #ifdef TERMINFO
 /* Used to be -ltermcap here.  If your machine needs that,
-   define LIBS_TERMCAP in the m/*.h file.  */
+   define LIBS_TERMCAP in the m/MACHINE.h file.  */
 #ifndef LIBS_TERMCAP
 #define LIBS_TERMCAP -lcurses
 #endif /* LIBS_TERMCAP */
index 54b27d2a7a8ea1b088f040b67355ebce0865b798..595ac54e4fba6df96991a312ebde44bdd5d98ad1 100644 (file)
@@ -323,7 +323,7 @@ extern char *getenv ();
 #endif /* EMACS_CONFIG_H */
 
 /* These default definitions are good for almost all machines.
-   The exceptions override them in m/*.h.  */
+   The exceptions override them in m/MACHINE.h.  */
 
 #ifndef BITS_PER_CHAR
 #define BITS_PER_CHAR 8