Index: branches/eam_branches/20091113/magic/Makefile.in
===================================================================
--- branches/eam_branches/20091113/magic/Makefile.in	(revision 26119)
+++ branches/eam_branches/20091113/magic/Makefile.in	(revision 26247)
@@ -32,16 +32,9 @@
 REMOVE = remove/src
 
-REMOVE_PROGRAMS = \
-$(REMOVE)/isdestreaked \
-$(REMOVE)/streakscompare \
-$(REMOVE)/streaksrelease \
-$(REMOVE)/streaksremove \
-$(REMOVE)/streaksreplace 
-
-remove: $(REMOVE_PROGRAMS)
-
- $(REMOVE_PROGRAMS):
+remove: FORCE
 	@cd $(REMOVE) && make -f Makefile.simple all
 
 remove.install: remove
 	@cd $(REMOVE) && make -f Makefile.simple install
+
+FORCE:
