From a6c02f8cb918b9dfd917a0ade200787b9678b69d Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 25 Jan 2011 16:31:23 -0800 Subject: [PATCH] Some vhdlpp git cleanup. This patch adds vhdlpp/parse.output to .gitignore and moves all the vhdlpp depend files to the local dep directory. --- .gitignore | 1 + vhdlpp/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f27cdac9d..5ab32ccfe 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ dep /vhdlpp/lexor_keyword.cc /vhdlpp/parse.cc /vhdlpp/parse.h +/vhdlpp/parse.output /vhdlpp/vhdlpp_config.h /vhdlpp/vhdlpp diff --git a/vhdlpp/Makefile.in b/vhdlpp/Makefile.in index edd764e16..fcdd2529b 100644 --- a/vhdlpp/Makefile.in +++ b/vhdlpp/Makefile.in @@ -79,6 +79,7 @@ vhdlpp@EXEEXT@: $O %.o: $(srcdir)/../libmisc/%.cc $(CXX) $(CPPFLAGS) $(CXXFLAGS) @DEPENDENCY_FLAG@ -c $< -o $*.o + mv $*.d dep/$*.d %.o: %.cc vhdlpp_config.h $(CXX) $(CPPFLAGS) $(CXXFLAGS) @DEPENDENCY_FLAG@ -c $< -o $*.o