summaryrefslogtreecommitdiff
path: root/gcc/jit/Make-lang.in
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-04-27 10:13:12 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-04-27 10:13:12 +0000
commite0e4357b88efe5dc53e50d341a09de4d02331200 (patch)
treecafff2748190357bac05d69d344e79b0e38d1e27 /gcc/jit/Make-lang.in
parent7b48bf2011b4020c4a5a2d5d4149b03983f72cc2 (diff)
downloadgcc-tarball-e0e4357b88efe5dc53e50d341a09de4d02331200.tar.gz
gcc-6.1.0gcc-6.1.0
Diffstat (limited to 'gcc/jit/Make-lang.in')
-rw-r--r--gcc/jit/Make-lang.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/jit/Make-lang.in b/gcc/jit/Make-lang.in
index cac5f9901c..b62b131d58 100644
--- a/gcc/jit/Make-lang.in
+++ b/gcc/jit/Make-lang.in
@@ -1,5 +1,5 @@
# Top level -*- makefile -*- fragment for libgccjit.so.
-# Copyright (C) 2013-2015 Free Software Foundation, Inc.
+# Copyright (C) 2013-2016 Free Software Foundation, Inc.
#This file is part of GCC.
@@ -285,6 +285,10 @@ jit.uninstall:
# We just have to delete files specific to us.
jit.mostlyclean:
+ -rm -f $(LIBGCCJIT_FILENAME) $(LIBGCCJIT_SYMLINK)
+ -rm -f $(LIBGCCJIT_LINKER_NAME_SYMLINK) $(FULL_DRIVER_NAME)
+ -rm -f $(LIBGCCJIT_SONAME)
+ -rm -f $(jit_OBJS)
jit.clean: