Ticket #21203: patch-src-Makefile.diff

File patch-src-Makefile.diff, 335 bytes (added by harold@…, 15 years ago)
  • Makefile

    old new  
    4141
    4242install: dvtm
    4343        @echo stripping executable
    44         @strip -s dvtm
     44        @strip -x dvtm
    4545        @echo installing executable file to ${DESTDIR}${PREFIX}/bin
    4646        @mkdir -p ${DESTDIR}${PREFIX}/bin
    4747        @cp -f dvtm ${DESTDIR}${PREFIX}/bin