(set_frame_menubar): Take into account that
[bpt/emacs.git] / lwlib / Makefile.in
index 647c6b0..7a3eb8f 100644 (file)
@@ -44,11 +44,7 @@ all:: liblw.a
 liblw.a: $(OBJS)
        $(RM) $@
        $(AR) $@ $(OBJS)
-       @echo Do not be alarmed if the following ranlib command
-       @echo fails due to the absence of a ranlib program on your system.
-       -$(RANLIB) $@ || true
-#If running ranlib fails, probably there is none.
-#That's ok.  So don't stop the build.
+       $(RANLIB) $@
 
 # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
 lwlib.o:  $(srcdir)/lwlib.c  Makefile
@@ -57,13 +53,13 @@ lwlib.o:  $(srcdir)/lwlib.c  Makefile
 xrdb-cpp.o:  $(srcdir)/xrdb-cpp.c
        $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c
 
-lwlib-utils.o: lwlib-utils.h
-lwlib.o:       lwlib.h lwlib-int.h
-lwlib-Xlw.o:   lwlib.h lwlib-int.h
-lwlib-Xaw.o:   lwlib.h lwlib-int.h
-lwlib-Xm.o:    lwlib.h lwlib-int.h lwlib-utils.h
-lwlib-Xol.o:   lwlib.h lwlib-int.h
-lwlib-Xolmb.o: lwlib-Xolmb.h lwlib-XolmbP.h
+lwlib-utils.o: lwlib-utils.c lwlib-utils.h
+lwlib.o:       lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h
+lwlib-Xlw.o:   lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h
+lwlib-Xaw.o:   lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h
+lwlib-Xm.o:    lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
+lwlib-Xol.o:   lwlib-Xol.c lwlib.h lwlib-int.h
+lwlib-Xolmb.o: lwlib-Xolmb.c lwlib-Xolmb.h lwlib-XolmbP.h
 xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
 
 mostlyclean: