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. --- cpukit/score/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index bbaa17765d..b7ce16c299 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -231,7 +231,6 @@ libscore_a_SOURCES += src/processormaskcopy.c # This file is in the build tree -DISTCLEANFILES = ../..include/rtems/score/cpuopts.h include_rtems_scoredir = $(includedir)/rtems/score include_rtems_score_HEADERS = ../../include/rtems/score/cpuopts.h -- cgit v1.2.3