From 477bca2d6132f582b062706a471ea5136d7c935b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 6 Oct 2018 10:59:10 +0200 Subject: build: Remove local.am --- cpukit/Makefile.am | 1 - cpukit/automake/local.am | 2 -- cpukit/score/cpu/Makefile.am | 1 - 3 files changed, 4 deletions(-) delete mode 100644 cpukit/automake/local.am (limited to 'cpukit') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 56ddbf024c..cf0888adb6 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -1931,5 +1931,4 @@ endif endif include $(top_srcdir)/automake/subdirs.am -include $(top_srcdir)/automake/local.am include $(srcdir)/headers.am diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am deleted file mode 100644 index 3815a7d086..0000000000 --- a/cpukit/automake/local.am +++ /dev/null @@ -1,2 +0,0 @@ - -all-local: $(TMPINSTALL_FILES) diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am index 4ddbdf0d05..03cd431f48 100644 --- a/cpukit/score/cpu/Makefile.am +++ b/cpukit/score/cpu/Makefile.am @@ -21,4 +21,3 @@ DIST_SUBDIRS += sparc64 DIST_SUBDIRS += v850 include $(top_srcdir)/automake/subdirs.am -include $(top_srcdir)/automake/local.am -- cgit v1.2.3