From: Ben Hutchings Date: Mon, 3 Nov 2008 00:18:18 +0000 (+0000) Subject: Fixed warning messages from make when first compiled X-Git-Tag: 1.2.4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=1363abe723ead6b64896ccd0e7875c4ae8bca706 Fixed warning messages from make when first compiled --- diff --git a/ChangeLog b/ChangeLog index 82f1bb9..5b73aeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +videolink (1.2.4) unstable; urgency=low + + * Fixed warning messages from make when first compiled + + -- Ben Hutchings Mon, 09 Jun 2008 20:48:52 +0100 + videolink (1.2.3) unstable; urgency=low * Added support for XULRunner 1.9 diff --git a/Makefile b/Makefile index bf15959..9a62d7e 100644 --- a/Makefile +++ b/Makefile @@ -109,9 +109,6 @@ $(sources_using_moz_unstable:%.cpp=.objs/%.o) \ -DMOZ_VERSION_MAJOR=$(moz_version_major) \ -DMOZ_VERSION_MINOR=$(moz_version_minor) -.objs/%.d : .objs/.created - touch $@ - .objs/%.o : %.cpp .objs/.created $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -MD -MF .objs/$*.d -c $< @@ -123,7 +120,7 @@ $(sources_using_moz_unstable:%.cpp=.objs/%.o) \ touch $@ ifneq ($(MAKECMDGOALS),clean) - include $(cxxsources:%.cpp=.objs/%.d) $(csources:%.c=.objs/%.d) + -include $(cxxsources:%.cpp=.objs/%.d) $(csources:%.c=.objs/%.d) endif .PRECIOUS : %/.created diff --git a/debian/changelog b/debian/changelog index 199171b..50fbdb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +videolink (1.2.4-1) unstable; urgency=low + + * New upstream version + + -- Ben Hutchings Mon, 09 Jun 2008 20:49:12 +0100 + videolink (1.2.3-1) experimental; urgency=low * New upstream version