Date: Sun, 5 Jul 1998 16:16:53 +0300 (IDT) From: Eli Zaretskii To: Jeremiah Zanin cc: djgpp AT delorie DOT com Subject: Re: Automatic dependancies and header files, help! In-Reply-To: <6nmcd3$11ai$1@lynx.unm.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 4 Jul 1998, Jeremiah Zanin wrote: > DEPS := $(wildcard *.d) > ifneq ($(DEPS),) > include $(DEPS) > endif > > The only problem is that when I change a header file, the C files that > depend on it don't get recompiled. What's going on? Please post the shortest source file that can be used to reproduce the problem, and the .d file generated by GCC for that source file.