aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortgingold <tgingold@users.noreply.github.com>2016-11-05 13:26:13 +0100
committerGitHub <noreply@github.com>2016-11-05 13:26:13 +0100
commit2d6ebdf8202754df007c3d20e6626ba9c5caa900 (patch)
tree6fe74d085d57474eaadd45bf3d9ba65cbf1d4ac5
parentb106247a9843880bcfa3611444e20696f0fb35ae (diff)
parent8465139698ebbdfd30dd39f9c80ca75ba1f0a6b1 (diff)
downloadghdl-2d6ebdf8202754df007c3d20e6626ba9c5caa900.tar.gz
ghdl-2d6ebdf8202754df007c3d20e6626ba9c5caa900.tar.bz2
ghdl-2d6ebdf8202754df007c3d20e6626ba9c5caa900.zip
Merge pull request #185 from vicencb/master
Minor fixes
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 452060996..5c21fb0bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -329,10 +329,10 @@ install.vpi: all.vpi install.dirs
LIBSRC_DIR:=$(srcdir)/libraries
LIBDST_DIR:=$(libdirsuffix)
-GHDL=$(PWD)/ghdl_$(backend)$(EXEEXT)
+ANALYZE_DEP:=ghdl_$(backend)$(EXEEXT)
+GHDL=$(PWD)/$(ANALYZE_DEP)
ANALYZE_OPTS:=
ANALYZE:=$(GHDL) -a $(ANALYZE_OPTS) $(LIB_CFLAGS)
-ANALYZE_DEP:=$(GHDL)
# TODO?: don't include, make it separate
include $(srcdir)/libraries/Makefile.inc
@@ -387,7 +387,7 @@ install.vhdllib: install.dirs
####################### clean ############################################
clean: force
- $(RM) -f *.o *.ali b~*.ad? *~ *.d b__*.ad? *.a *.deps *.bexch
+ $(RM) -f *.o *.ali b~*.ad? *~ *.d b__*.ad? *.a *.so *.deps *.bexch version.*
$(RM) -f ghdl_gcc$(EXEEXT) ghdl_mcode$(EXEEXT) ghdl$(EXEEXT) ghdl_llvm$(EXEEXT) ghdl_llvm_jit$(EXEEXT) ghdl_simul$(EXEEXT)
$(RM) -f ghdl1-gcc$(EXEEXT) ghdl1-llvm$(EXEEXT) ghdl1-debug$(EXEEXT)
$(RM) -f run-bind.ad? grt.lst grt-files grt-files.in