Ticket #21203: patch-src-Makefile.diff
File patch-src-Makefile.diff, 335 bytes (added by harold@…, 15 years ago) |
---|
-
Makefile
old new 41 41 42 42 install: dvtm 43 43 @echo stripping executable 44 @strip - sdvtm44 @strip -x dvtm 45 45 @echo installing executable file to ${DESTDIR}${PREFIX}/bin 46 46 @mkdir -p ${DESTDIR}${PREFIX}/bin 47 47 @cp -f dvtm ${DESTDIR}${PREFIX}/bin