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 | a7085683b9ef12fefb1d2c66f4a9ba936aec133e (patch) | |
tree | 7f1804605a253f6f6e1cf31d8ce30f1a48ff0217 /sofort | |
parent | 06e81edc52316c15a3635f99aa828f90d978ecfe (diff) | |
download | mdso-a7085683b9ef12fefb1d2c66f4a9ba936aec133e.tar.bz2 mdso-a7085683b9ef12fefb1d2c66f4a9ba936aec133e.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 $@ |