home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / joe / joe2.000 / joe2
Text File  |  1995-06-15  |  535b  |  23 lines

  1. --- Makefile.orig    Thu Jun 15 14:50:56 1995
  2. +++ Makefile    Thu Jun 15 14:52:27 1995
  3. @@ -9,8 +9,8 @@
  4.  # to go and where you want the man page
  5.  # to go:
  6.  
  7. -WHEREJOE = /usr/local/bin
  8. -WHERERC = /usr/local/lib
  9. +WHEREJOE = /usr/bin
  10. +WHERERC = /usr/lib/joe
  11.  WHEREMAN = /usr/man/man1
  12.  
  13.  # If you want to be able to edit '-', which causes joe to read in or write out
  14. @@ -28,7 +28,7 @@
  15.  #
  16.  # for some HPUX systems, you need to add:  -D_HPUX_SOURCE
  17.  
  18. -CFLAGS = -O
  19. +CFLAGS = -O2
  20.  
  21.  # You may have to include some extra libraries
  22.  # for some systems
  23.