patch-Makefile 482 B

1234567891011121314151617
  1. $OpenBSD: patch-Makefile,v 1.1.1.1 2007/10/14 15:37:56 jasper Exp $
  2. --- Makefile.orig Fri Sep 28 16:44:12 2007
  3. +++ Makefile Fri Sep 28 16:44:15 2007
  4. @@ -7,10 +7,10 @@ DISTFILES= COPYING Makefile README xml/ xmlmantohtml x
  5. all: xmltoman.1 xmlmantohtml.1
  6. xmltoman.1: xml/xmltoman.1.xml
  7. - ./xmltoman $< > $@
  8. + ./xmltoman $? > $@
  9. xmlmantohtml.1: xml/xmlmantohtml.1.xml
  10. - ./xmltoman $< > $@
  11. + ./xmltoman $? > $@
  12. install:
  13. install -D xmltoman $(DESTDIR)/$(PREFIX)/bin/xmltoman