diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 05:46:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 05:46:47 +0000 |
commit | 00c6185c8b31f64555e95a52a248220e5b60fa18 (patch) | |
tree | 7aa2b280a30b3162d5ef752590199d4e2f497e0e /lwlib | |
parent | 1ff7e97c0d9fac88916ae5c08723ca37ed3ebc1c (diff) | |
download | emacs-00c6185c8b31f64555e95a52a248220e5b60fa18.tar.gz |
(lwlib.o): Depend on Makefile.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 35c52703bb2..66b37798089 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -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 |