summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-02-17 02:23:13 +0000
committerKarl Heuer <kwzh@gnu.org>1996-02-17 02:23:13 +0000
commit8cfac4c0988d6ab242747543cefeff5662e7941a (patch)
treeaafa9e50cfdca9c082062c386992ee03999ea586 /src/Makefile.in
parent7f70d90590cdd208b2fe36d9763ce413df50eed8 (diff)
downloademacs-8cfac4c0988d6ab242747543cefeff5662e7941a.tar.gz
Comment fixes.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index dfbac65c5ef..8e3924ad50e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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 */