Changeset 2782e69 in rtems for c/src/lib/Makefile.am


Ignore:
Timestamp:
10/26/99 12:39:24 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
65a60cd
Parents:
a94521c
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/Makefile.am

    ra94521c r2782e69  
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 if HAS_LIBCHIP
    9 LIBCHIP = libchip
    10 endif
    11 
    128SUBDIRS = start include libc libcpu libbsp \
    13     $(LIBCHIP) $(LIBHWAPI)
     9    $(LIBHWAPI)
    1410
    1511include $(top_srcdir)/../../../automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.