From aec9cc0851c98d9e640424ded8b6d81f0d7e3f32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Anders=20M=C3=B6rtberg?= Date: Sun, 25 Oct 2015 22:33:08 -0400 Subject: [PATCH] Revert my previous changes to GNUMakefile and add -dep-suffix to the build-Makefile target --- GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.34.1