mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(lwlib.o): Depend on Makefile.
This commit is contained in:
parent
0cb00a4456
commit
b69328cae2
@ -48,7 +48,8 @@ liblw.a: $(OBJS)
|
||||
#If running ranlib fails, probably there is none.
|
||||
#That's ok. So don't stop the build.
|
||||
|
||||
lwlib.o: $(srcdir)/lwlib.c
|
||||
# Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
|
||||
lwlib.o: $(srcdir)/lwlib.c Makefile
|
||||
$(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c
|
||||
|
||||
xrdb-cpp.o: $(srcdir)/xrdb-cpp.c
|
||||
|
Loading…
Reference in New Issue
Block a user