Changeset 2bca4ea3 in rtems
- Timestamp:
- 03/11/03 23:13:39 (19 years ago)
- Children:
- 63d6833
- Parents:
- 1a7784f
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r1a7784f r2bca4ea3 1 1 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 2 3 * wrapup/Makefile.am: Reflect changes to project_libdir. 4 5 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 3 7 * aclocal/env-rtemscpu.m4: Remove obsolete comment. 4 Add MULTISUBDIR to pro bject_libdir.8 Add MULTISUBDIR to project_libdir. 5 9 6 10 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
cpukit/wrapup/Makefile.am
r1a7784f r2bca4ea3 3 3 ## 4 4 5 LIB = $(project_libdir) $(MULTISUBDIR)/librtemscpu$(LIB_VARIANT).a5 LIB = $(project_libdir)/librtemscpu$(LIB_VARIANT).a 6 6 7 7 include $(top_srcdir)/automake/multilib.am … … 70 70 esac; \ 71 71 done 72 test -d $(project_libdir) $(MULTISUBDIR) || $(mkinstalldirs) $(project_libdir)$(MULTISUBDIR)72 test -d $(project_libdir) || $(mkinstalldirs) $(project_libdir) 73 73 $(AR) rc $@ $(ARCH)/* 74 74 rm -f $(ARCH)/*.$(OBJEXT) 75 75 $(RANLIB) $@ 76 76 77 TMPINSTALL_FILES += $(project_libdir) $(MULTISUBDIR)/librtemscpu$(LIB_VARIANT).a77 TMPINSTALL_FILES += $(project_libdir)/librtemscpu$(LIB_VARIANT).a 78 78 79 79 all-am: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
Note: See TracChangeset
for help on using the changeset viewer.