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/cpu/epiphany/Makefile.am | 1 - cpukit/score/cpu/nios2/Makefile.am | 1 - cpukit/score/cpu/or1k/Makefile.am | 1 - 3 files changed, 3 deletions(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/epiphany/Makefile.am b/cpukit/score/cpu/epiphany/Makefile.am index 9622cf51d8..659dd6f554 100644 --- a/cpukit/score/cpu/epiphany/Makefile.am +++ b/cpukit/score/cpu/epiphany/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/automake/compile.am CLEANFILES = -DISTCLEANFILES = noinst_LIBRARIES = libscorecpu.a diff --git a/cpukit/score/cpu/nios2/Makefile.am b/cpukit/score/cpu/nios2/Makefile.am index 243f937e51..3d6a35905c 100644 --- a/cpukit/score/cpu/nios2/Makefile.am +++ b/cpukit/score/cpu/nios2/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/automake/compile.am CLEANFILES = -DISTCLEANFILES = noinst_LIBRARIES = libscorecpu.a diff --git a/cpukit/score/cpu/or1k/Makefile.am b/cpukit/score/cpu/or1k/Makefile.am index e4c5b7cdd2..ac83acf9b3 100644 --- a/cpukit/score/cpu/or1k/Makefile.am +++ b/cpukit/score/cpu/or1k/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/automake/compile.am CLEANFILES = -DISTCLEANFILES = noinst_LIBRARIES = libscorecpu.a -- cgit v1.2.3