openbsd-ports/x11/i3/patches/patch-libi3_Makefile
2011-12-01 16:00:01 +00:00

18 lines
463 B
Plaintext

$OpenBSD: patch-libi3_Makefile,v 1.1 2011/12/01 16:00:01 dcoppa Exp $
--- libi3/Makefile.orig Wed Nov 30 16:49:35 2011
+++ libi3/Makefile Wed Nov 30 16:49:50 2011
@@ -11,13 +11,11 @@ HEADERS=$(wildcard *.h)
# Depend on the specific file (.c for each .o) and on all headers
%.o: %.c ${HEADERS}
- echo "[libi3] CC $<"
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
all: libi3.a
libi3.a: ${FILES}
- echo "[libi3] AR libi3.a"
ar rcs libi3.a ${FILES}
clean: