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:
Ralf Corsepius
2003-03-12 08:12:59 +00:00
parent 2bca4ea3bd
commit 63d683323e
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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