Changeset a3fb105 in rtems for cpukit/rtems/Makefile.am
- Timestamp:
- Nov 30, 2003, 5:23:55 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- de48a0ea
- Parents:
- 6041409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/Makefile.am
r6041409 ra3fb105 129 129 # 130 130 131 AM_CPPFLAGS += -I$(top_builddir) 131 132 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 132 133 133 all-local: $(PREINSTALL_FILES) $( ARCH) $(LIB)134 135 ${ARCH}/%.o: src/%.c 134 all-local: $(PREINSTALL_FILES) $(LIB) 135 136 ${ARCH}/%.o: src/%.c $(ARCH)/$(dirstamp) 136 137 ${COMPILE} -o $@ -c $< 137 138
Note: See TracChangeset
for help on using the changeset viewer.