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 | 1d8e07a9afd9c46e8d4baf871d77da006f5f2e3f (patch) | |
tree | d09f2d88bea25d3bec96b4582c731b49a1cb36e8 /sofort | |
parent | 79abd827d67c3f22abd9791ea1be7896aa811c7b (diff) | |
download | slibtool-1d8e07a9afd9c46e8d4baf871d77da006f5f2e3f.tar.bz2 slibtool-1d8e07a9afd9c46e8d4baf871d77da006f5f2e3f.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 $@ |