File intel-cmt-cat-Makefile.patch of Package intel-cmt-cat.4747
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: Makefile
===================================================================
--- Makefile.orig 2016-05-25 14:10:41.720229526 +0200
+++ Makefile 2016-05-25 14:11:10.108089852 +0200
@@ -84,10 +84,10 @@ OBJS = main.o monitor.o alloc.o profiles
all: $(APP)
$(APP): $(OBJS) $(LIBNAME)
- $(CC) $^ $(LDFLAGS) -o $@
+ +$(CC) $^ $(LDFLAGS) -o $@
$(LIBNAME):
- make -C lib all
+ +make -C lib all
install: $(APP) $(MAN) lib/$(LIB) lib/$(HDR)
install -D -s $(APP) $(DESTDIR)$(BIN_DIR)/$(APP)