From e23995664a5b5e8edbd15db1cfba2e5e327db100 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Sat, 23 Mar 2002 18:13:33 +0000 Subject: [PATCH] updated clean rule svn path=/trunk/; revision=2772 --- posix/lib/psxdll/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix/lib/psxdll/Makefile b/posix/lib/psxdll/Makefile index 238292026dc..506d052e8a7 100644 --- a/posix/lib/psxdll/Makefile +++ b/posix/lib/psxdll/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2002/03/21 22:49:24 hyperion Exp $ +# $Id: Makefile,v 1.7 2002/03/23 18:13:33 hyperion Exp $ PATH_TO_TOP = ../../../.. @@ -28,7 +28,7 @@ TARGET_CFLAGS =\ TARGET_OBJECTS = $(TARGET_NAME).o -TARGET_CLEAN = $(OBJECTS) +TARGET_CLEAN = $(OBJECTS) csrapi.a include $(PATH_TO_TOP)/rules.mak include $(TOOLS_PATH)/helper.mk