diff options
Diffstat (limited to 'sofort/pkgconf.mk')
-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 $@ |