[ekiga/gnome-2-26] [windows] Remove some unuseful touch commands when building



commit 69af9343d6944db61d4f3702d6f2208befa9b15c
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Apr 19 01:39:05 2010 +0200

    [windows] Remove some unuseful touch commands when building

 win32/Makefile |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index c4589f0..80e795c 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -489,7 +489,6 @@ $(X264_DIR)/config.status: $(SRCDIR)/$(X264_ARCHIVE)
 $(LIBDIR)/libx264.a: $(X264_DIR)/config.status
 	$(MAKE) $(MAKE_LIB_OPTS) -C $(X264_DIR)
 	$(MAKE) -C $(X264_DIR) install
-	touch $@
 
 ### celt
 update-sources::
@@ -514,13 +513,11 @@ $(THEORA_DIR)/config.status: $(SRCDIR)/$(THEORA_ARCHIVE) $(LIBDIR)/libogg.a
 	rm -rf $(THEORA_DIR)
 	tar xfz $(SRCDIR)/$(THEORA_ARCHIVE) -C $(BUILDROOT)
 	cd $(THEORA_DIR); CC=$(REALCC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./autogen.sh $(conftheora)
-	touch $@
 
 $(LIBDIR)/libtheora.a: $(THEORA_DIR)/config.status
 	$(MAKE) $(MAKE_LIB_OPTS) -C $(THEORA_DIR)
 	$(MAKE) -C $(THEORA_DIR) install
 	sed -i -e "s#library_names=''#library_names='libtheora\.a'#g" $(LIBDIR)/libtheora.la
-	touch $@
 
 ### OPAL
 update-sources::



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]