diff options
author | Csaba Borbola <csaba.borbola@openoffice.org> | 2000-09-22 17:23:26 +0000 |
---|---|---|
committer | Csaba Borbola <csaba.borbola@openoffice.org> | 2000-09-22 17:23:26 +0000 |
commit | c088909811eed679b8f1fb0746a6aa6ae1aa4732 (patch) | |
tree | a15bdf6063b2c6b23967d86cbd7aeab96b89a94d /external/glibc/makefile.mk | |
parent | a6cd57fff61642e7efe9ba18ed4c934f49e8f4d6 (diff) |
Updated clean function
Diffstat (limited to 'external/glibc/makefile.mk')
-rw-r--r-- | external/glibc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk index cda798279491..005b6061636d 100644 --- a/external/glibc/makefile.mk +++ b/external/glibc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:18:53 $ +# last change: $Author: csaba.borbola $ $Date: 2000-09-22 18:23:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,6 +82,7 @@ clean: @+rm -f patchinf @+rm -rf rtufiles @+mkdir rtufiles + @+echo dummy for kepping this directory alive > rtufiles$/dummy @+rm -f patcherror |