Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
30d1066a
Commit
30d1066a
authored
Jul 22, 2008
by
Ian Lynagh
Browse files
Update the driver200 test to use the new -opt-dep flag replacements
parent
06f2a007
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/driver/Makefile
View file @
30d1066a
...
...
@@ -409,9 +409,9 @@ DEPFILE= depend
# modify an existing dependency file.
test200
:
$(RM)
$(DEPFILE)
$(TEST_HC)
-M
-
opt
dep-
f
-optdep
depend
D
$(TEST_HC)
-M
-dep-
makefile
$(DEPFILE)
D
test
-f
$(DEPFILE)
$(TEST_HC)
-M
-
opt
dep-
f
-optdep
depend
D B.C A
$(TEST_HC)
-M
-dep-
makefile
$(DEPFILE)
D B.C A
test
-f
$(DEPFILE)
$(TEST_HC)
-M
-
opt
dep-
f
-optdep
depend
D.hs B/C.hs A.hs
$(TEST_HC)
-M
-dep-
makefile
$(DEPFILE)
D.hs B/C.hs A.hs
test
-f
$(DEPFILE)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment