* fixed problem with configure/make, it didnt rebuilt fresh

after reconfiguring

--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4060
This commit is contained in:
mathias 2006-10-25 19:12:30 +00:00
parent f34aea64bd
commit 7ff31ef752
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,9 @@
Version 1.0 Version 1.0
---------------------------------------------------------------------- ----------------------------------------------------------------------
2006-10-25:
* fixed problem with configure/make, it didnt rebuilt fresh
after reconfiguring
2006-09-25: 2006-09-25:
* fixed #4, -bg image wasnt working, wrong loop * fixed #4, -bg image wasnt working, wrong loop

View file

@ -69,9 +69,6 @@ standalones : $(foreach s,$(STAND_ALONES), a$(s))
$(foreach s,$(STAND_ALONES),$(eval $(call funcStandalone,$(s)))) $(foreach s,$(STAND_ALONES),$(eval $(call funcStandalone,$(s))))
alock.o : ../config.mk
clean: clean:
@rm -fv *.o @rm -fv *.o
@ -82,6 +79,7 @@ deps: $(DEPS)
.%.d : %.c .%.d : %.c
$(MAKEDEP) $(CFLAGS) -o $@ $< $(MAKEDEP) $(CFLAGS) -o $@ $<
@echo "$(<:.c=.o): ../config.mk" >> $@
####################### #######################