patch-Makefile_in 779 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-Makefile_in,v 1.2 2012/03/23 20:59:35 naddy Exp $
  2. --- Makefile.in.orig Tue Jan 4 08:38:18 2000
  3. +++ Makefile.in Fri Mar 23 21:59:00 2012
  4. @@ -18,7 +18,7 @@ LIBS = @LIBS@
  5. CC = @CC@
  6. CPP = @CPP@
  7. -CFLAGS = @CFLAGS@ @DEFS@
  8. +CFLAGS = @CFLAGS@ @DEFS@ -DPREFIX=\"@prefix@\"
  9. #### End of system configuration section. ####
  10. @@ -44,7 +44,7 @@ install: deco $(libdir)/deco $(libdir)/deco/hel
  11. cd help; for f in *.general *.edit *.view *.hexview; do\
  12. $(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done
  13. $(INSTALL_DATA) ref.man $(mandir)/man1/deco.1
  14. - $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
  15. +# $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
  16. $(libdir)/deco:
  17. mkdir $(libdir)/deco