redefine realinstall, not install here. Fixes existing afterinstall targets.

This commit is contained in:
matthieu 2007-04-09 11:23:29 +00:00
parent 28973488c0
commit e8f770056e

View File

@ -1,4 +1,4 @@
.if exists(Makefile.am)
install:
realinstall:
exec ${MAKE_ENV} ${MAKE} install-strip
.endif