about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-03-28 01:55:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-03-28 01:55:27 +0000
commit200553b6135e1ba6a4b6585e3d07d934ba6b8ceb (patch)
tree0d7a730843db22ff539ed39feddd3b7d3e4541f1 /GNUmakefile
parent5240773e57f21c778d227fd14a3720006f70c83e (diff)
downloadnetpbm-mirror-200553b6135e1ba6a4b6585e3d07d934ba6b8ceb.tar.gz
netpbm-mirror-200553b6135e1ba6a4b6585e3d07d934ba6b8ceb.tar.xz
netpbm-mirror-200553b6135e1ba6a4b6585e3d07d934ba6b8ceb.zip
Update advanced series to 10.62
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1869 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9066f2a7..f923aa1f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,10 +103,13 @@ $(PROG_SUBDIRS:%=%/all): lib/all $(SUPPORT_SUBDIRS:%=%/all)
 lib/all: lib/util/all
 
 .PHONY: lib/util/all
-lib/util/all:
+lib/util/all: 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