changeset 28586:208f9a3dc638

(LIBOBJS): New variable. (obj): Use it.
author Dave Love <fx@gnu.org>
date Fri, 14 Apr 2000 12:40:49 +0000
parents 844bad68a120
children e18200d8143f
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Fri Apr 14 12:34:44 2000 +0000
+++ b/src/Makefile.in	Fri Apr 14 12:40:49 2000 +0000
@@ -32,6 +32,7 @@
 # BSD doesn't have it as a default.
 @SET_MAKE@
 LIBS = @LIBS@
+LIBOBJS = @LIBOBJS@
 
 # On Xenix and the IBM RS6000, double-dot gets screwed up.
 dot = .
@@ -551,7 +552,7 @@
 	process.o callproc.o \
 	region-cache.o sound.o atimer.o \
 	doprnt.o strftime.o intervals.o textprop.o composite.o \
-	@LIBOBJS@ MSDOS_OBJ
+	$(LIBOBJS) MSDOS_OBJ
 
 /* Object files used on some machine or other.
    These go in the DOC file on all machines