Changeset 69b40b05 in rtems
- Timestamp:
- 07/15/03 15:07:23 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ae49cd6a
- Parents:
- 3a032d41
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r3a032d41 r69b40b05 1 2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR). 4 1 5 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/wrapup/Makefile.am
r3a032d41 r69b40b05 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.