diff options
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 77d14b878..dfad1d8df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -467,6 +467,7 @@ distclean: clean clean-c: force $(RM) -f memsegs_c.o chkstk.o jumps.o times.o grt-cbinding.o grt-cvpi.o $(RM) -f fstapi.o fastlz.o lz4.o + $(RM) -f pic/times.o pic/grt-cvpi.o pic/jumps.o create-dirs: force for d in $(VHDLLIB_SUBDIRS); do \ |