diff options
author | simonmar <unknown> | 1999-10-04 14:03:50 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-10-04 14:03:50 +0000 |
commit | 62a6dd852deb4efd4ac99b8e8c5a9b0355e9e9df (patch) | |
tree | ad5809332484e0fa06eddc61093ce1ae3b64dea7 /ghc/utils/stat2resid | |
parent | 8c2085d7f4aa6203ddb51907fe9eccc20dfd892c (diff) | |
download | haskell-62a6dd852deb4efd4ac99b8e8c5a9b0355e9e9df.tar.gz |
[project @ 1999-10-04 14:03:47 by simonmar]
cleanup
Diffstat (limited to 'ghc/utils/stat2resid')
-rw-r--r-- | ghc/utils/stat2resid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/utils/stat2resid/Makefile b/ghc/utils/stat2resid/Makefile index 929b870716..07def9b2e4 100644 --- a/ghc/utils/stat2resid/Makefile +++ b/ghc/utils/stat2resid/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.9 1998/02/04 20:56:24 sof Exp $ +# $Id: Makefile,v 1.10 1999/10/04 14:03:50 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -21,7 +21,6 @@ SCRIPT_SUBST_VARS=TMPDIR endif INTERP=perl -CLEAN_FILES += $(SCRIPT_PROG) # # The stat2resid script is configured with a different |