From 8f1c31bd52047334c3b0d392c52fd0bf869f91d6 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 21 Jun 2011 08:05:11 +0000 Subject: [PATCH] =?UTF-8?q?make=20clean=E3=81=A7=E5=89=8A=E9=99=A4?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@3023 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/DSHashTable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/systemMenu_RED/DSHashTable/Makefile b/build/systemMenu_RED/DSHashTable/Makefile index 0902fa2f..553b6f59 100644 --- a/build/systemMenu_RED/DSHashTable/Makefile +++ b/build/systemMenu_RED/DSHashTable/Makefile @@ -41,7 +41,7 @@ MY_PADDED_DATA = $(MY_TAD:.tad=.bin) #INSTALL_TARGETS = $(MY_TAD) #INSTALL_DIR = -LDIRT_CLEAN = $(MY_TAD) $(MY_APPEND) $(MY_DATA2) +LDIRT_CLEAN = $(MY_TAD) $(MY_APPEND) $(MY_DATA2) $(MY_PADDED_DATA) #----------------------------------------------------------------------------