summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-06 04:48:19 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:46 -0500
commit3efbc1d827184e6624ae204b01d64e0558439fcc (patch)
treee1abb1aa19cb49c14de828a0dd0288d7ad30fde7 /Makefile.in
parent0350a9c8df7c72301d0e4d31b389b7f71d8d2f4c (diff)
downloadperk-3efbc1d827184e6624ae204b01d64e0558439fcc.tar.bz2
perk-3efbc1d827184e6624ae204b01d64e0558439fcc.tar.xz
build system: fix dependency of app.tag, avoid unconditional step execution.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6e5312b..162e2f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -115,7 +115,7 @@ app: package-app app-tag
app-tag: package-app app.tag
-app.tag: package-app
+app.tag:
cp $(PACKAGE_APP) $(APP)
touch app.tag