mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
relocatable-prog-wrapper: Separate from relocatable-prog.
* modules/relocatable-prog (Makefile.am): Define uninstall-hook and uninstall-relocwrapper rule here. * modules/relocatable-prog-wrapper (Makefile.am): ... not here. Reported by Ian Beckwith <ianb@erislabs.net>.
This commit is contained in:
@@ -53,20 +53,6 @@ gl_FUNC_SETENV_SEPARATE
|
||||
gl_FUNC_STRERROR_SEPARATE
|
||||
|
||||
Makefile.am:
|
||||
if RELOCATABLE_VIA_WRAPPER
|
||||
uninstall-hook: uninstall-relocwrapper
|
||||
uninstall-relocwrapper:
|
||||
if test $(RELOCATABLE) = yes; then \
|
||||
case '$(EXEEXT)' in \
|
||||
.bin*) ;; \
|
||||
*) cd $(top_builddir) && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \
|
||||
AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \
|
||||
uninstall ;; \
|
||||
esac; \
|
||||
fi
|
||||
.PHONY: uninstall-relocwrapper
|
||||
endif
|
||||
|
||||
Include:
|
||||
|
||||
|
Reference in New Issue
Block a user