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/arm/imx/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/lib/libbsp/arm/imx/Makefile.am') diff --git a/c/src/lib/libbsp/arm/imx/Makefile.am b/c/src/lib/libbsp/arm/imx/Makefile.am index 1b54ca4bb9..a96124fcc8 100644 --- a/c/src/lib/libbsp/arm/imx/Makefile.am +++ b/c/src/lib/libbsp/arm/imx/Makefile.am @@ -82,7 +82,6 @@ librtemsbsp_a_SOURCES += startup/bspstarthooks.c # Special Rules # ############################################################################### -DISTCLEANFILES = include/bspopts.h include $(top_srcdir)/../../../../automake/local.am include $(srcdir)/../../../../../../bsps/shared/irq-sources.am -- cgit v1.2.3