projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7545344
)
fix makefile for ghc 7.10
author
Daniel R. Grayson
<dan@math.uiuc.edu>
Mon, 26 Oct 2015 02:14:20 +0000
(22:14 -0400)
committer
Daniel R. Grayson
<dan@math.uiuc.edu>
Mon, 26 Oct 2015 02:14:20 +0000
(22:14 -0400)
GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 68dd6b6226c917e1b894f8c7d3864164de71c8bc..eb0da287e402284ad931302d7694cbae23f07577 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-28,7
+28,7
@@
all: cubical
# cubical: $(INPUT:.hs=.o) $(GRAMMAR_OBJECT_FILES); $(GHC) -o $@ $(GHCOPTIONS) $^
cubical: $(INPUT:.hs=.o) $(GRAMMAR_OBJECT_FILES)
- $(GHC) -M $(INPUT) $(GRAMMAR_HS_FILES)
+ $(GHC) -M
-dep-suffix ""
$(INPUT) $(GRAMMAR_HS_FILES)
$(GHC) --make $(GHCOPTIONS) -o cubical Main
build-Makefile: $(INPUT) $(GRAMMAR_HS_FILES)