changeset 3237:b25509c0993b

(timer): Link with $(LOADLIBES).
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 05:00:58 +0000
parents 328132ed483c
children 0f0d9e9c33f2
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Sat May 29 04:59:26 1993 +0000
+++ b/lib-src/Makefile.in	Sat May 29 05:00:58 1993 +0000
@@ -248,7 +248,7 @@
 timer.o: ${srcdir}/timer.c ../src/config.h
 	$(CC) -c -I${srcdir}/../src $(ALL_CFLAGS) ${srcdir}/timer.c
 timer: ${TIMEROBJS}
-	$(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} -o timer
+	$(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer
 
 make-path: ${srcdir}/make-path.c
 	$(CC) $(ALL_CFLAGS) ${srcdir}/make-path.c -o make-path