summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:39:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:39:24 +0000
commit2782e69ff08bbb4d16a11e2fc6fb470f1592a0af (patch)
treeecbb74042797dafa41ce84b602fbe796ca36c9d1 /c/src/libchip/Makefile.am
parentcat /tmp/j | while read f (diff)
downloadrtems-2782e69ff08bbb4d16a11e2fc6fb470f1592a0af.tar.bz2
idir=/opt/tmp/opt/rtems
rdir=/opt/rtems cd $idir find . -type f | while read file do if [ ! -f ${file} ] ; then echo ${file} missing fi done
Diffstat (limited to 'c/src/libchip/Makefile.am')
-rw-r--r--c/src/libchip/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libchip/Makefile.am b/c/src/libchip/Makefile.am
index 8acdb643b0..c8a57bd9c2 100644
--- a/c/src/libchip/Makefile.am
+++ b/c/src/libchip/Makefile.am
@@ -7,5 +7,5 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = rtc serial network
-include $(top_srcdir)/../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../automake/local.am
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am