From 7ff31ef7526d78412d0be2bb3652085bdee7cf51 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 25 Oct 2006 19:12:30 +0000 Subject: [PATCH] * fixed problem with configure/make, it didnt rebuilt fresh after reconfiguring --HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4060 --- CHANGELOG.txt | 4 ++++ src/Makefile | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 69091b3..3ab8f90 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ Version 1.0 ---------------------------------------------------------------------- +2006-10-25: + * fixed problem with configure/make, it didnt rebuilt fresh + after reconfiguring + 2006-09-25: * fixed #4, -bg image wasnt working, wrong loop diff --git a/src/Makefile b/src/Makefile index a61ea8a..a8feb2a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -69,9 +69,6 @@ standalones : $(foreach s,$(STAND_ALONES), a$(s)) $(foreach s,$(STAND_ALONES),$(eval $(call funcStandalone,$(s)))) - -alock.o : ../config.mk - clean: @rm -fv *.o @@ -82,6 +79,7 @@ deps: $(DEPS) .%.d : %.c $(MAKEDEP) $(CFLAGS) -o $@ $< + @echo "$(<:.c=.o): ../config.mk" >> $@ #######################