aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-15 06:34:42 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-15 06:34:42 +0100
commit9518660d894ff1695ba84f7fe060f50bc643d701 (patch)
treed990f4ccfb25b59bd8b125ee4c652fadbf7ae1ec /Makefile.in
parentea76787585564f7ebb113d3989f87d34d0a4e7f7 (diff)
downloadghdl-9518660d894ff1695ba84f7fe060f50bc643d701.tar.gz
ghdl-9518660d894ff1695ba84f7fe060f50bc643d701.tar.bz2
ghdl-9518660d894ff1695ba84f7fe060f50bc643d701.zip
grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.c
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index abad2decf..9fcfc98f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -573,9 +573,11 @@ 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 grt-cdynload.o
+ $(RM) -f grt-cstdio.o grt-cgnatrts.o grt-modules.o
+ $(RM) -f grt-cvpi.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/times.o pic/grt-cvpi.o pic/jumps.o
+ $(RM) -f pic/grt-cstdio.o pic/grt-cgnatrts.o pic/grt-modules.o
$(RM) -f pic/grt-cdynload.o
create-dirs: force