Index: bundle_creation/makefile
===================================================================
--- bundle_creation/makefile	(revision 8)
+++ bundle_creation/makefile	(revision 25)
@@ -13,10 +13,8 @@
 	@cp -r ../scripts/* .
 
-SSD: usr/local/bin/start-stop-daemon
-
-# start-stop-daemon:
-usr/local/bin/start-stop-daemon: ../tools/start-stop-daemon/start-stop-daemon.c
-	@echo Compiling start-stop-daemon...
-	@gcc -Wall -Wextra -Wno-return-type -Os -o $@ $<
+SSD:
+	@echo Copying start-stop-daemon source...
+	@find ../tools -name "*~" -exec rm {} \;
+	@cp -r ../tools/start-stop-daemon usr/local/lib/7dtd
 
 clean:
