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:
parent
0df1099db2
commit
a210860236
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue