]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/Makefile
* Patch by Gleb Natapov, 19 Sep 2003:
[karo-tx-uboot.git] / tools / Makefile
index c191203e4533e7f1740028cd07125c568b2b6302..0576a3f43e70c70951f53999be3a5fba4ffb436e 100644 (file)
@@ -180,12 +180,14 @@ else
 endif
 
 environment.c:
+               @rm -f environment.c
                ln -s ../common/environment.c environment.c
 
 environment.o: environment.c
                $(CC) -g $(HOST_ENVIRO_CFLAGS) $(CPPFLAGS) -c $<
 
 crc32.c:
+               @rm -f crc32.c
                ln -s ../lib_generic/crc32.c crc32.c
 
 $(LOGO_H):     bmp_logo $(LOGO_BMP)