[Collab-qa-commits] r1441 - ddpo-by-mail

Raphael Geissert atomo64-guest at alioth.debian.org
Sun Apr 26 04:38:05 UTC 2009


Author: atomo64-guest
Date: 2009-04-26 04:38:05 +0000 (Sun, 26 Apr 2009)
New Revision: 1441

Modified:
   ddpo-by-mail/Makefile
Log:
Remove minor code duplication


Modified: ddpo-by-mail/Makefile
===================================================================
--- ddpo-by-mail/Makefile	2009-04-26 03:48:39 UTC (rev 1440)
+++ ddpo-by-mail/Makefile	2009-04-26 04:38:05 UTC (rev 1441)
@@ -13,7 +13,7 @@
 
 all:
 
-$(DATA_DIR):
+$(DATA_DIR) debian-installer:
 	mkdir $@
 
 update: $(DATA_DIR)
@@ -57,9 +57,6 @@
 	$(RM) -f $(DATA_DIR)/debian-installer/binary-*/Packages.gz
 	rmdir -p --ignore-fail-on-non-empty $(DATA_DIR)/debian-installer/binary-*
 
-debian-installer:
-	mkdir $@
-
 clean: clean-update
 	# remove broken symlinks:
 	find -L $(DATA_DIR) -type l -exec unlink '{}' ';'




More information about the Collab-qa-commits mailing list