Changeset 6562751e in rtems for cpukit/score/Makefile.am
- Timestamp:
- Dec 1, 2003, 4:12:09 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 60f7da2
- Parents:
- 5ef82f97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/Makefile.am
r5ef82f97 r6562751e 158 158 $(make-library) 159 159 160 ${ARCH}/%.$(OBJEXT): src/%.c 160 ${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) 161 161 ${COMPILE} -o $@ -c $< 162 162 163 163 EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt 164 164 165 all-local: $(PREINSTALL_FILES) $ {ARCH} $(LIB)165 all-local: $(PREINSTALL_FILES) $(LIB) 166 166 167 167 PREINSTALL_FILES =
Note: See TracChangeset
for help on using the changeset viewer.