12345678910111213 |
- $OpenBSD: patch-src_Makefile_in,v 1.4 2016/04/21 19:44:17 naddy Exp $
- --- src/Makefile.in.orig Sat Apr 16 15:52:31 2016
- +++ src/Makefile.in Sun Apr 17 22:26:42 2016
- @@ -771,7 +771,7 @@ uninstall-am: uninstall-info-am uninstall-pkglibLTLIBR
- # count BUILDs - each time increment by one and define the
- # C macro BUILDNO. bind it to a file everybody includes (log.h)
- #
- -log.h: increment_build
- +log.h:
-
- increment_build:
- @echo "incrementing BUILD number"
|