diff options
author | sof <unknown> | 1997-07-05 00:56:00 +0000 |
---|---|---|
committer | sof <unknown> | 1997-07-05 00:56:00 +0000 |
commit | 42a94179c15d160ef9eccec7ef93b280005e761b (patch) | |
tree | dc572e836ce4dfd1bc51af59c7d4b324c64d398b /ghc | |
parent | 3ff93d278ac6646a47a3ea6959378cb6b2d4e216 (diff) | |
download | haskell-42a94179c15d160ef9eccec7ef93b280005e761b.tar.gz |
[project @ 1997-07-05 00:56:00 by sof]
Adjusted TOP
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/tests/Makefile b/ghc/tests/Makefile index 5b862bf235..db0ffd0010 100644 --- a/ghc/tests/Makefile +++ b/ghc/tests/Makefile @@ -1,4 +1,4 @@ -TOP = ../.. +TOP = .. include $(TOP)/mk/boilerplate.mk SUBDIRS = rename typecheck programs |