Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
c1850c87
Commit
c1850c87
authored
Jun 09, 1997
by
sof
Browse files
[project @ 1997-06-09 07:31:51 by sof]
Just report module name in nofib compile header
parent
5ce34c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
c1850c87
...
...
@@ -10,7 +10,7 @@
# we can gather time and size information
define
COMPILE
@echo ==nofib== $(NOFIB_PROG)
:
time to compile $
@
follows...
@echo ==nofib== $(NOFIB_PROG)
:
time to compile $
*
follows...
@
echo
$(HC)
$(HC_OPTS)
-c
$<
-o
$@
@
time
$(HC)
$(HC_OPTS)
-c
$<
-o
$@
@
if
(
test
-f
$@
)
;
then
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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