From f78956cde30c64b95befc3e053ce99cc71f05d83 Mon Sep 17 00:00:00 2001 From: Daniel Fiser Date: Sat, 8 Sep 2007 21:52:04 +0200 Subject: [PATCH] Another fix for Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a67e54..4ef778c 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ install: libcppu.a cppu.h $(INSTALL) -d -m755 $(DESTDIR)/bin $(INSTALL) -m644 libcppu.a $(DESTDIR)/lib/libcppu.a $(INSTALL) -m644 cppu.h $(DESTDIR)/include/cppu.h - $(INSTALL) -m644 cppu-aggregate $(DESTDIR)/bin/cppu-aggregate + $(INSTALL) -m755 cppu-aggregate $(DESTDIR)/bin/cppu-aggregate uninstall: $(RM) $(DESTDIR)/lib/libcppu.a -- 2.11.4.GIT