forked from Imagelibrary/rtems
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove '/' after $(DESTDIR).
|
||||||
|
|
||||||
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
|
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ TMPINSTALL_FILES += $(project_libdir)/librtemscpu$(LIB_VARIANT).a
|
|||||||
all-am: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
|
all-am: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
install-data-hook: $(LIB)
|
install-data-hook: $(LIB)
|
||||||
@$(mkinstalldirs) $(DESTDIR)/$(libdir)
|
@$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||||
$(INSTALL_DATA) $(LIB) $(DESTDIR)/$(libdir)
|
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user