From 9edb72e4be1de26e8c10c2a8c61fd31d30b0dbe7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Apr 2018 06:56:26 +0200 Subject: build: Remove DISTCLEANFILES A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am. --- c/src/lib/libbsp/sh/shsim/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/lib/libbsp/sh/shsim/Makefile.am') diff --git a/c/src/lib/libbsp/sh/shsim/Makefile.am b/c/src/lib/libbsp/sh/shsim/Makefile.am index 7663afd533..307a9ea135 100644 --- a/c/src/lib/libbsp/sh/shsim/Makefile.am +++ b/c/src/lib/libbsp/sh/shsim/Makefile.am @@ -5,7 +5,6 @@ include $(top_srcdir)/../../bsp.am dist_project_lib_DATA = startup/bsp_specs -DISTCLEANFILES = include/bspopts.h start.$(OBJEXT): start/start.S -- cgit v1.2.3