From 7d443f14ab3ca0cb514b17a701583f55d1c573c0 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 26 Jul 2012 16:25:18 -0700 Subject: [PATCH] Fix Makefile typos --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9e3afddbca0..fe7ab696f63 100644 --- a/Makefile.in +++ b/Makefile.in @@ -239,11 +239,11 @@ clean-rust-opengles: $(MAKE) clean -C src/rust-opengles .PHONY: clean-rust-glut -clean-rust-opengles: +clean-rust-glut: $(MAKE) clean -C src/rust-glut .PHONY: clean-rust-layers -clean-rust-opengles: +clean-rust-layers: $(MAKE) clean -C src/rust-layers .PHONY: clean-servo