diff options
| author | Tristan Gingold <tgingold@free.fr> | 2019-07-01 06:30:31 +0200 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2019-07-01 06:30:31 +0200 | 
| commit | 503fd2851185e433d423b6c846e63e981d22acac (patch) | |
| tree | ac4815a4b58482a54f5378aac4d122dc92aad867 | |
| parent | 7223b0ea62072ff2ee867b539e13a4822a8cb422 (diff) | |
| download | ghdl-503fd2851185e433d423b6c846e63e981d22acac.tar.gz ghdl-503fd2851185e433d423b6c846e63e981d22acac.tar.bz2 ghdl-503fd2851185e433d423b6c846e63e981d22acac.zip  | |
Makefile: add grt-cdynload in clean-c
| -rw-r--r-- | Makefile.in | 3 | 
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 \  | 
