diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 01:50:06 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 01:53:26 -0500 |
commit | cb2633eb75fea0d809d982d7e209072a811c1004 (patch) | |
tree | 0bb9629b63a86849f71cac1ee1607f8fbc24358d /sofort | |
parent | 78cf4fa4930720cfabce511c18cf703c4946b2cd (diff) | |
download | bfirm-cb2633eb75fea0d809d982d7e209072a811c1004.tar.bz2 bfirm-cb2633eb75fea0d809d982d7e209072a811c1004.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 $@ |