X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fimx31_phycore%2FMakefile;h=5ed2b4bd9fee298f468f8ca304261c364801c09e;hb=e07f4a8033b6270b8103049adb6456f660ff4a89;hp=de37ccaa89748b59e94646b9c6edb5924a3e1efc;hpb=a1b215e2a2a013327693f2fb990957b746f26cf5;p=u-boot diff --git a/board/imx31_phycore/Makefile b/board/imx31_phycore/Makefile index de37ccaa89..5ed2b4bd9f 100644 --- a/board/imx31_phycore/Makefile +++ b/board/imx31_phycore/Makefile @@ -1,5 +1,5 @@ # -# (C) Copyright 2000-2008 +# (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -7,12 +7,12 @@ # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as -# published by the Free Software Foundatio; either version 2 of +# published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### @@ -47,3 +47,5 @@ distclean: clean include $(SRCTREE)/rules.mk sinclude $(obj).depend + +#########################################################################