Changeset ae49cd6a in rtems
- Timestamp:
- 07/15/03 15:10:51 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d62cfdf
- Parents:
- 69b40b05
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r69b40b05 rae49cd6a 1 2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Remove '/' after $(DESTDIR). 4 1 5 2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/wrapup/Makefile.am
r69b40b05 rae49cd6a 80 80 81 81 install-data-hook: $(LIB) 82 @$(mkinstalldirs) $(DESTDIR) /$(libdir)83 $(INSTALL_DATA) $(LIB) $(DESTDIR) /$(libdir)82 @$(mkinstalldirs) $(DESTDIR)$(libdir) 83 $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir) 84 84 85 85 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.