diff --git a/utils/Makefile b/utils/Makefile
index 2a7c583a30de7175e6ec295d1605eb0d0ef90efb..9ed7746cd927431e286495304c72c5e7ad0c25bd 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -21,12 +21,12 @@ all: depend $(TARGET)
 install:
 	for x in $(TARGET); do \
 		if [ "$$x" != "none" ]; then \
-			install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
+			$(INSTALL) -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
 		fi; \
 	done 
 
 clean:
-	rm -f *.o astman smsq .depend
+	rm -f *.o astman smsq stereoize .depend
 
 astman: astman.o ../md5.o
 	$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt