Changeset 31bce9b in rtems for c/src/libmisc/stackchk


Ignore:
Timestamp:
12/03/98 21:55:33 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6b9450d
Parents:
347e40d6
Message:

Moved stackchk.h to rtems subdirectory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/stackchk/Makefile.in

    r347e40d6 r31bce9b  
    4747CLOBBER_ADDITIONS +=
    4848
    49 ${LIB}: ${SRCS} ${OBJS}
     49${LIB}: ${SRCS} preinstall ${OBJS}
    5050        $(make-library)
    5151
    5252all:    ${ARCH} $(SRCS) $(LIB)
     53
     54preinstall:
    5355         $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems
Note: See TracChangeset for help on using the changeset viewer.