aboutsummaryrefslogtreecommitdiffstats
path: root/Rules.mk
diff options
context:
space:
mode:
authorGravatar Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>2013-10-06 13:56:52 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 11:20:08 -0700
commit09bf866a7e63ea625c7d511b14729c0eb85cc998 (patch)
treef79a8f7afb1377d7a89254712c3d01f49e601aa3 /Rules.mk
parent313ffcd5b43fb06c1118b4c753b262ed7a2ea938 (diff)
downloadsubsurface-09bf866a7e63ea625c7d511b14729c0eb85cc998.tar.gz
Removed target 'uicables', as it isn't used anywhere.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Rules.mk')
-rw-r--r--Rules.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rules.mk b/Rules.mk
index 9a5ccccab..9fa3095bb 100644
--- a/Rules.mk
+++ b/Rules.mk
@@ -52,8 +52,6 @@ $(TARGET): gen_version_file $(UIC_HEADERS) $(ALL_OBJS) $(INFOPLIST)
@$(PRETTYECHO) ' LINK' $(TARGET)
$(COMPILE_PREFIX)$(CXX) $(LDFLAGS) -o $(TARGET) $(ALL_OBJS) $(LIBS)
-uicables: $(UIC_HEADERS)
-
gen_version_file $(VERSION_FILE):
ifneq ($(STORED_VERSION_STRING),$(VERSION_STRING))
$(info updating $(VERSION_FILE) to $(VERSION_STRING))