aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-01 06:30:31 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-01 06:30:31 +0200
commit503fd2851185e433d423b6c846e63e981d22acac (patch)
treeac4815a4b58482a54f5378aac4d122dc92aad867 /Makefile.in
parent7223b0ea62072ff2ee867b539e13a4822a8cb422 (diff)
downloadghdl-503fd2851185e433d423b6c846e63e981d22acac.tar.gz
ghdl-503fd2851185e433d423b6c846e63e981d22acac.tar.bz2
ghdl-503fd2851185e433d423b6c846e63e981d22acac.zip
Makefile: add grt-cdynload in clean-c
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0ffe52bc6..15af42141 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -553,9 +553,10 @@ distclean: clean
clean-c: force
$(RM) -f memsegs_c.o chkstk.o jumps.o times.o
- $(RM) -f grt-cbinding.o grt-cvpi.o grt-modules.o
+ $(RM) -f grt-cbinding.o grt-cvpi.o grt-modules.o grt-cdynload.o
$(RM) -f fstapi.o fastlz.o lz4.o
$(RM) -f pic/times.o pic/grt-cvpi.o pic/grt-modules.o pic/jumps.o
+ $(RM) -f pic/grt-cdynload.o
create-dirs: force
for d in $(VHDLLIB_SUBDIRS); do \