mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 15:54:13 +08:00
* Templates/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS. * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
12 lines
209 B
Makefile
12 lines
209 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
rtems_makedir = $(prefix)/make
|
|
rtems_make_Templatesdir = $(rtems_makedir)/Templates
|
|
|
|
rtems_make_Templates_DATA = Makefile.dir Makefile.leaf Makefile.lib
|
|
|
|
include $(top_srcdir)/automake/host.am
|