ports/x11/wmutils-core/files/patch-Makefile
Yuri Victorovich d3518f2c4a New port: x11/wmutils-core: Set of window manipulation tools
PR:		225141
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14113
2018-01-29 18:41:00 +00:00

17 lines
350 B
Text

--- Makefile.orig 2017-01-25 13:19:03 UTC
+++ Makefile
@@ -30,12 +30,10 @@ binutils: $(BIN)
$(OBJ): $(HDR) util.o
.o:
- @echo "LD $@"
- @$(LD) $< util.o -o $@ $(LDFLAGS)
+ $(LD) $< util.o -o $@ $(LDFLAGS)
.c.o:
- @echo "CC $<"
- @$(CC) -c $< -o $@ $(CFLAGS)
+ $(CC) -c $< -o $@ $(CFLAGS)
install: $(BIN)
mkdir -p $(DESTDIR)$(PREFIX)/bin/