diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 22cea63624..0d94985e39 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,13 @@ ifeq (yes,$(build-shared)) install: -test ! -x $(common-objpfx)elf/ldconfig || \ $(common-objpfx)elf/ldconfig -d $(inst_slibdir) $(inst_libdir) +ifneq (no,$(PERL)) +ifeq (/usr,$(prefix)) +ifeq (,$(install_root)) + CC=$(CC) $(PERL) test-installation.pl $(common-objpfx) +endif +endif +endif endif endif |