ports/sysutils/nvclock/files/patch-src::Makefile.in
Alexey Dokuchaev 775600854f Patch to fix parallel builds.
Closes PR:	ports/149434
2010-09-11 09:07:43 +00:00

20 lines
497 B
Text

--- src/Makefile.in.orig 2010-09-08 12:09:22.000000000 +0800
+++ src/Makefile.in 2010-09-07 22:23:40.000000000 +0800
@@ -27,7 +27,7 @@
distclean install install-app install-recursive
-all: all-recursive nvclock smartdimmer
+all: nvclock smartdimmer
nvclock: $(DEPS) $(LIB) nvclock.c
@@ -36,6 +36,8 @@
smartdimmer: $(DEPS) $(LIB) smartdimmer.c
$(CC) -o smartdimmer $(smartdimmer_SOURCES) $(INCLUDES) $(LIBS)
+$(DEPS): all-recursive
+
clean: clean-recursive clean-app
clean-app: