5 lines
84 B
Makefile
5 lines
84 B
Makefile
.if exists(Makefile.am)
|
|
realinstall:
|
|
exec ${MAKE_ENV} ${MAKE} install-strip
|
|
.endif
|