Changeset 5e622a9 in rtems for cpukit/libmisc/untar/Makefile.am
- Timestamp:
- Dec 12, 2002, 3:08:54 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f7952533
- Parents:
- e5b78e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/untar/Makefile.am
re5b78e2 r5e622a9 16 16 OBJS = $(C_O_FILES) 17 17 18 include $(top_srcdir)/../ ../../automake/compile.am19 include $(top_srcdir)/../ ../../automake/lib.am18 include $(top_srcdir)/../automake/compile.am 19 include $(top_srcdir)/../automake/lib.am 20 20 21 21 $(PROJECT_INCLUDE)/rtems: … … 34 34 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 35 36 all-local: $(ARCH) $(PREINSTALL_FILES) $( OBJS) $(LIB)36 all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) 37 37 38 38 .PRECIOUS: $(LIB) … … 40 40 EXTRA_DIST = README untar.c 41 41 42 include $(top_srcdir)/../ ../../automake/local.am42 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.