projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5336364
)
[project @ 1998-08-08 19:27:16 by sof]
author
sof
<unknown>
Sat, 8 Aug 1998 19:27:16 +0000
(19:27 +0000)
committer
sof
<unknown>
Sat, 8 Aug 1998 19:27:16 +0000
(19:27 +0000)
Recurse into newly created subdirs
ghc/tests/lib/Makefile
patch
|
blob
|
history
diff --git
a/ghc/tests/lib/Makefile
b/ghc/tests/lib/Makefile
index
200dada
..
5159d99
100644
(file)
--- a/
ghc/tests/lib/Makefile
+++ b/
ghc/tests/lib/Makefile
@@
-1,9
+1,9
@@
#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.1 1998/05/22 11:47:23 simonm Exp $
+# $Id: Makefile,v 1.2 1998/08/08 19:27:16 sof Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = should_run
+SUBDIRS = should_run socket posix
include $(TOP)/mk/target.mk