mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around Cygwin mistreating paths.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
|
||||
Cygwin mistreating paths.
|
||||
|
||||
2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to project_libdir.
|
||||
|
||||
@@ -79,7 +79,7 @@ TMPINSTALL_FILES += $(project_libdir)/librtemscpu$(LIB_VARIANT).a
|
||||
all-am: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
|
||||
|
||||
install-data-hook: $(LIB)
|
||||
@$(mkinstalldirs) $(DESTDIR)/$(libdir)
|
||||
$(INSTALL_DATA) $(LIB) $(DESTDIR)/$(libdir)
|
||||
@$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user