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/gensh4/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/lib/libbsp/sh/gensh4') diff --git a/c/src/lib/libbsp/sh/gensh4/Makefile.am b/c/src/lib/libbsp/sh/gensh4/Makefile.am index 803a6be2f1..e825fbc318 100644 --- a/c/src/lib/libbsp/sh/gensh4/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh4/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 $(CPPASCOMPILE) -o $@ -c $< -- cgit v1.2.3