diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 01:50:06 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 01:53:28 -0500 |
commit | 5196e0632dba8817478597def716f0a92e11ce93 (patch) | |
tree | 1feb9d10628e3fbc3399c52384bb7965513028f2 /sofort | |
parent | b2e22c852d56a5115bace51dc36b205c52e9f79f (diff) | |
download | sbpython3-5196e0632dba8817478597def716f0a92e11ce93.tar.bz2 sbpython3-5196e0632dba8817478597def716f0a92e11ce93.tar.xz |
build system: create the ``build'' directory via the dirs.tag make target.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/pkgconf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/pkgconf.mk b/sofort/pkgconf.mk index 59a54e0..c8fc711 100644 --- a/sofort/pkgconf.mk +++ b/sofort/pkgconf.mk @@ -6,7 +6,7 @@ else PKGCONF_VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) -build/$(PACKAGE).pc: .pkgconf +build/$(PACKAGE).pc: .pkgconf dirs.tag build/$(PACKAGE).pc: @touch $@ |