From ba41db454aa5ed30327bd650ae518c556abe1577 Mon Sep 17 00:00:00 2001 From: leslie Date: Tue, 1 Jan 2008 14:23:47 +0100 Subject: [PATCH] Makefile: fix dependencies target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f560fa..e865dfc 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ export CXXFLAGS MAKEDEP = g++ -MM -MG DEPFILE = .dependencies -DEPFILES = $(subst i18n.c,,$(subst version.c,,$(OBJS:%.o=%.c))) $(wildcard *.h) +DEPFILES = $(subst i18n.c,,$(subst version.c,,$(OBJS:%.o=%.c))) $(DEPFILE): $(DEPFILES) $(wildcard *.h) @$(MAKEDEP) $(DEFINES) $(SHAREDDEFINES) $(INCLUDES) $(DEPFILES) > $@ -- 2.39.5