diff options
| author | Dave Love | 2000-06-06 14:05:40 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-06 14:05:40 +0000 |
| commit | 371b6f31d37657c3dc278d4fab998ce9f7d3d6ed (patch) | |
| tree | 1404014329ce8605bca7f041635b8636afac0da4 | |
| parent | d13f3e2e2421ae5cba10e98693308f3ecdf7210e (diff) | |
| download | emacs-371b6f31d37657c3dc278d4fab998ce9f7d3d6ed.tar.gz emacs-371b6f31d37657c3dc278d4fab998ce9f7d3d6ed.zip | |
(lwlib.o): Depend on lwlib-Xlw.h.
(lwlib-Xlw.o): Depend on lwlib-Xlw.h.
(lwlib-Xaw.o): Depend on lwlib-Xaw.h.
(lwlib-Xm.o): Depend on lwlib-Xm.h.
| -rw-r--r-- | lwlib/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 45887428b69..7a3eb8fd815 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -54,10 +54,10 @@ xrdb-cpp.o: $(srcdir)/xrdb-cpp.c | |||
| 54 | $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c | 54 | $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c |
| 55 | 55 | ||
| 56 | lwlib-utils.o: lwlib-utils.c lwlib-utils.h | 56 | lwlib-utils.o: lwlib-utils.c lwlib-utils.h |
| 57 | lwlib.o: lwlib.c lwlib.h lwlib-int.h | 57 | lwlib.o: lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h |
| 58 | lwlib-Xlw.o: lwlib-Xlw.c lwlib.h lwlib-int.h | 58 | lwlib-Xlw.o: lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h |
| 59 | lwlib-Xaw.o: lwlib-Xaw.c lwlib.h lwlib-int.h | 59 | lwlib-Xaw.o: lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h |
| 60 | lwlib-Xm.o: lwlib-Xm.c lwlib.h lwlib-int.h lwlib-utils.h | 60 | lwlib-Xm.o: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h |
| 61 | lwlib-Xol.o: lwlib-Xol.c lwlib.h lwlib-int.h | 61 | lwlib-Xol.o: lwlib-Xol.c lwlib.h lwlib-int.h |
| 62 | lwlib-Xolmb.o: lwlib-Xolmb.c lwlib-Xolmb.h lwlib-XolmbP.h | 62 | lwlib-Xolmb.o: lwlib-Xolmb.c lwlib-Xolmb.h lwlib-XolmbP.h |
| 63 | xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h | 63 | xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h |