From: Marko Kreen Date: Sun, 6 Jan 2013 10:52:10 +0000 (+0200) Subject: antimake: mkdir is not needed in ar_lib X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=117e702399bbc84d8b4c907a76f0ab57c3f1848e;p=libusual.git antimake: mkdir is not needed in ar_lib --- diff --git a/mk/antimake.mk b/mk/antimake.mk index a98e7e5..f9f662b 100755 --- a/mk/antimake.mk +++ b/mk/antimake.mk @@ -463,7 +463,6 @@ endef ## define ar_lib - $(Q) $(call MkDir,$(dir $@)) $(E) "AR" $@ $(Q) $(AM_AR) $@ $^ $(E) "RANLIB" $@