patch-Makefile 562 B

1234567891011121314151617
  1. --- schedtool-1.3.0.orig/Makefile 2008-09-15 15:46:35.000000000 +0200
  2. +++ schedtool-1.3.0/Makefile 2015-07-25 23:34:30.404003257 +0200
  3. @@ -1,10 +1,10 @@
  4. # go on and adjust here if you don't like those flags
  5. -CFLAGS=-Os -fomit-frame-pointer -s -pipe
  6. +#CFLAGS=-Os -fomit-frame-pointer -s -pipe
  7. #CFLAGS=-Wall -Os -fomit-frame-pointer -s -pipe -DDEBUG
  8. -CC=gcc
  9. +#CC=gcc
  10. # likewise, if you want to change the destination prefix
  11. -DESTDIR=
  12. -DESTPREFIX=/usr/local
  13. +#DESTDIR=
  14. +#DESTPREFIX=/usr/local
  15. MANDIR=$(DESTPREFIX)/share/man/man8
  16. GZIP=gzip -9
  17. TARGET=schedtool