comparison lwlib/Makefile.in @ 11246:c7f6b5b57b71

(lwlib.o): Depend on Makefile.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Apr 1995 05:46:47 +0000
parents 6ca3a749bebc
children 0fdb1ee234e5
comparison
equal deleted inserted replaced
11245:5fdf816307c6 11246:c7f6b5b57b71
46 @echo fails due to the absence of a ranlib program on your system. 46 @echo fails due to the absence of a ranlib program on your system.
47 -$(RANLIB) $@ || true 47 -$(RANLIB) $@ || true
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
55 $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c 56 $(CC) -c "-DCPP_PROGRAM=$(CPP)" $(ALL_CFLAGS) $(srcdir)/xrdb-cpp.c
56 57