From 00c6185c8b31f64555e95a52a248220e5b60fa18 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 7 Apr 1995 05:46:47 +0000 Subject: (lwlib.o): Depend on Makefile. --- lwlib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lwlib/Makefile.in') 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 -- cgit v1.2.1