[geany/geany] c0a8a1: Fix Windows build
Nick Treleaven
git-noreply at xxxxx
Tue Oct 7 13:50:07 UTC 2014
Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Committer: Nick Treleaven <nick.treleaven at btinternet.com>
Date: Tue, 07 Oct 2014 13:50:07 UTC
Commit: c0a8a1a9434a5d2b47e9cabcda19b3f2fceaf023
https://github.com/geany/geany/commit/c0a8a1a9434a5d2b47e9cabcda19b3f2fceaf023
Log Message:
-----------
Fix Windows build
Modified Paths:
--------------
tagmanager/src/makefile.win32
Modified: tagmanager/src/makefile.win32
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -44,8 +44,8 @@ all: $(COMPLIB)
clean:
-$(RM) deps.mak *.o $(COMPLIB)
-$(COMPLIB): tm_workspace.o tm_work_object.o tm_source_file.o tm_project.o tm_tag.o \
-tm_symbol.o tm_file_entry.o tm_tagmanager.o
+$(COMPLIB): tm_workspace.o tm_work_object.o tm_source_file.o tm_tag.o \
+tm_file_entry.o
$(AR) rc $@ $^
$(RANLIB) $@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list