Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
855444fb
Commit
855444fb
authored
Sep 15, 2007
by
sven.panne@aedion.de
Browse files
Unbreak "clean" and "distclean" targets when there is no testsuite
parent
9c5a3913
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
855444fb
...
...
@@ -575,7 +575,7 @@ extraclean::
clean distclean
::
$(MAKE)
-C
bindisttest
$@
test
-d
testsuite
&&
$(MAKE)
-C
testsuite
$@
if
test
-d
testsuite
;
then
$(MAKE)
-C
testsuite
$@
;
fi
# -----------------------------------------------------------------------------
...
...
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