Re: dtc: Remove reference to dead Makefile variables

2008-05-29 Thread Jon Loeliger
> Previous cleanups have removed the LIBFDT_CLEANFILES and > DTC_CLEANFILES variables from the Makefiles. However, they're still > referenced by the Makefile. This patch gets rid of these last > vestiges. > > Signed-off-by: David Gibson <[EMAIL PROTECTED]> Applied. jdl

dtc: Remove reference to dead Makefile variables

2008-05-19 Thread David Gibson
Previous cleanups have removed the LIBFDT_CLEANFILES and DTC_CLEANFILES variables from the Makefiles. However, they're still referenced by the Makefile. This patch gets rid of these last vestiges. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/Makefile ==