summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/compilers/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/make/compilers/Makefile.am b/c/src/make/compilers/Makefile.am
index d067af45a7..b12aec574d 100644
--- a/c/src/make/compilers/Makefile.am
+++ b/c/src/make/compilers/Makefile.am
@@ -4,12 +4,11 @@
AUTOMAKE_OPTIONS = foreign 1.4
-rtems_makedir=$(prefix)/make
-rtems_make_compilersdir=$(rtems_makedir)/compilers
+rtems_makedir = $(prefix)/make
+rtems_make_compilersdir = $(rtems_makedir)/compilers
## At the moment all actively supported configurations
## use gcc-target-default.cfg only.
-rtems_make_compilers_DATA= \
-gcc-target-default.cfg
+rtems_make_compilers_DATA = gcc-target-default.cfg
include $(top_srcdir)/../../../automake/local.am