From: Anders Mörtberg Date: Mon, 26 Oct 2015 02:33:08 +0000 (-0400) Subject: Revert my previous changes to GNUMakefile and add -dep-suffix to the build-Makefile... X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=aec9cc0851c98d9e640424ded8b6d81f0d7e3f32;p=cubicaltt.git Revert my previous changes to GNUMakefile and add -dep-suffix to the build-Makefile target --- diff --git a/GNUmakefile b/GNUmakefile index e122f65..abfdb65 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,7 +32,7 @@ cubical: $(INPUT:.hs=.o) $(GRAMMAR_OBJECT_FILES) $(GHC) --make $(GHCOPTIONS) -o cubical Main build-Makefile: $(INPUT) $(GRAMMAR_HS_FILES) - $(GHC) -M $^ + $(GHC) -M -dep-suffix "" $^ include Makefile @@ -46,8 +46,6 @@ include Makefile bnfc $(GRAMMAR_FILES): Exp.cf bnfc --haskell -d Exp.cf - alex -g Exp/Lex.x - happy -gca Exp/Par.y @ touch $(GRAMMAR_FILES) TAGS:; hasktags --etags $(INPUT) $(GRAMMAR)