summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 13:46:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 13:46:05 +0000
commit30aa533dd3164feb6c6880cddc04f5792b57e8d2 (patch)
treeef9e87a832557389b09b21c4808080887e116af4 /c/src/lib/libbsp/unix/Makefile.am
parent2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-30aa533dd3164feb6c6880cddc04f5792b57e8d2.tar.bz2
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
Diffstat (limited to 'c/src/lib/libbsp/unix/Makefile.am')
-rw-r--r--c/src/lib/libbsp/unix/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/Makefile.am b/c/src/lib/libbsp/unix/Makefile.am
index 8515dfe07b..ce0ade0715 100644
--- a/c/src/lib/libbsp/unix/Makefile.am
+++ b/c/src/lib/libbsp/unix/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
# Descend into the $(RTEMS_BSP_FAMILY) directory
SUBDIRS = $(RTEMS_BSP_FAMILY)