[x264-devel] commit: Fix make uninstall on systems with executable suffixes ( Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Sun Mar 28 04:44:34 CEST 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Wed Mar 24 07:25:01 2010 -0700| [9904be8b50942d7038dcdd5ee20ea93154823b55] | committer: Jason Garrett-Glaser 

Fix make uninstall on systems with executable suffixes

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=9904be8b50942d7038dcdd5ee20ea93154823b55
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4cd5775..24cf324 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ endif
 
 uninstall:
 	rm -f $(DESTDIR)$(includedir)/x264.h $(DESTDIR)$(libdir)/libx264.a
-	rm -f $(DESTDIR)$(bindir)/x264 $(DESTDIR)$(libdir)/pkgconfig/x264.pc
+	rm -f $(DESTDIR)$(bindir)/x264$(EXE) $(DESTDIR)$(libdir)/pkgconfig/x264.pc
 	$(if $(SONAME), rm -f $(DESTDIR)$(libdir)/$(SONAME) $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX))
 
 etags: TAGS



More information about the x264-devel mailing list