diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-10-06 13:56:52 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-06 11:20:08 -0700 |
commit | 09bf866a7e63ea625c7d511b14729c0eb85cc998 (patch) | |
tree | f79a8f7afb1377d7a89254712c3d01f49e601aa3 /Rules.mk | |
parent | 313ffcd5b43fb06c1118b4c753b262ed7a2ea938 (diff) | |
download | subsurface-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.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)) |