diff -Naur sleepshell.orig/Makefile sleepshell/Makefile
--- sleepshell.orig/Makefile	2004-08-11 22:44:12.000000000 +0200
+++ sleepshell/Makefile	2008-08-19 15:30:14.998329929 +0200
@@ -1,8 +1,9 @@
 
 
 sleepshell: sleepshell.c
-	gcc -O2 -g sleepshell.c -o sleepshell
-	strip sleepshell
+	${CC} ${LDFLAGS} ${CPPFLAGS} -O2 -g sleepshell.c -o sleepshell
+#	gcc -O2 -g sleepshell.c -o sleepshell
+#	strip sleepshell
 
 install: 
 	cp sleepshell /usr/local/bin/sleepshell
