garten

changeset 14:bbc214c6fa6f

fixed the result of an unchecked rename ...
author meillo@marmaro.de
date Wed, 23 Jul 2008 16:39:06 +0200
parents f1d43b52ed36
children 082566ce7d10
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Wed Jul 23 15:20:35 2008 +0200
     1.2 +++ b/Makefile	Wed Jul 23 16:39:06 2008 +0200
     1.3 @@ -56,7 +56,7 @@
     1.4  .PHONY: strip
     1.5  strip: ${NAME}
     1.6  	@echo stripping
     1.7 -	@strip *
     1.8 +	@strip $(NAME)
     1.9  
    1.10  
    1.11  .PHONY: changelog
    1.12 @@ -68,7 +68,7 @@
    1.13  .PHONY: clean
    1.14  clean:
    1.15  	rm -f *.o
    1.16 -	rm -f *
    1.17 +	rm -f $(NAME)
    1.18  
    1.19  
    1.20  #dist: build changelog