diff options
| author | Richard M. Stallman | 1995-04-07 05:46:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-07 05:46:47 +0000 |
| commit | b69328cae2cba9bcfc8f27aa15ca75649ac7b51e (patch) | |
| tree | e70e76d05c6aa639061dd4a5c5c25be1ceb9744d | |
| parent | 0cb00a445655ab13f840b45f8690c7af3d85527d (diff) | |
| download | emacs-b69328cae2cba9bcfc8f27aa15ca75649ac7b51e.tar.gz emacs-b69328cae2cba9bcfc8f27aa15ca75649ac7b51e.zip | |
(lwlib.o): Depend on Makefile.
| -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) | |||
| 48 | #If running ranlib fails, probably there is none. | 48 | #If running ranlib fails, probably there is none. |
| 49 | #That's ok. So don't stop the build. | 49 | #That's ok. So don't stop the build. |
| 50 | 50 | ||
| 51 | lwlib.o: $(srcdir)/lwlib.c | 51 | # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes. |
| 52 | lwlib.o: $(srcdir)/lwlib.c Makefile | ||
| 52 | $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c | 53 | $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c |
| 53 | 54 | ||
| 54 | xrdb-cpp.o: $(srcdir)/xrdb-cpp.c | 55 | xrdb-cpp.o: $(srcdir)/xrdb-cpp.c |