1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(timer): Link with $(LOADLIBES).

This commit is contained in:
Richard M. Stallman 1993-05-29 05:00:58 +00:00
parent 0df1099db2
commit a210860236

View file

@ -248,7 +248,7 @@ getdate.o: ${srcdir}/getdate.y ../src/config.h
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