* 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:
parent
f34aea64bd
commit
7ff31ef752
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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" >> $@
|
||||
|
||||
#######################
|
||||
|
||||
|
|
Reference in a new issue