diff options
-rw-r--r-- | GNUmakefile | 6 | ||||
-rw-r--r-- | doc/HISTORY | 7 | ||||
-rw-r--r-- | version.mk | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile index f923aa1f..489d6888 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -103,13 +103,11 @@ $(PROG_SUBDIRS:%=%/all): lib/all $(SUPPORT_SUBDIRS:%=%/all) lib/all: lib/util/all .PHONY: lib/util/all -lib/util/all: lib/util +lib/util/all: + mkdir -p lib/util $(MAKE) -C lib/util -f $(SRCDIR)/lib/util/Makefile \ SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) all -lib/util: lib - mkdir $@ - OMIT_CONFIG_RULE = 1 OMIT_VERSION_H_RULE = 1 OMIT_INTTYPES_RULE = 1 diff --git a/doc/HISTORY b/doc/HISTORY index f3761a29..bd2ec497 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,11 @@ Netpbm. CHANGE HISTORY -------------- +13.04.18 BJH Release 10.62.03 + + build: fix problem with creating lib/util that already exists. + Broken in 10.62. + 13.04.13 BJH Release 10.62.02 ppmtowinicon: fix bug: sometimes creates image truncated in the @@ -12,8 +17,6 @@ CHANGE HISTORY install: fix Perl warning in installnetpbm. Broken in 10.61. -13.04.06 BJH Release 10.62.01 - pnmpsnr: fix bug: says types aren't the same when they are. Introduced in 10.61 (December 2012). diff --git a/version.mk b/version.mk index 0c1bfba7..6618fe3b 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ NETPBM_MAJOR_RELEASE = 10 NETPBM_MINOR_RELEASE = 62 -NETPBM_POINT_RELEASE = 2 +NETPBM_POINT_RELEASE = 3 |