6b6df8f7bf
printf format and bump PKGREVISION for that.
15 lines
412 B
Text
15 lines
412 B
Text
$NetBSD: patch-Makefile_in,v 1.1 2011/09/29 11:27:07 dholland Exp $
|
|
|
|
Fix MAKE_JOBS build.
|
|
|
|
--- Makefile.in~ 2007-07-07 04:51:35.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -53,7 +53,7 @@ install:
|
|
@echo "Installing $(INCLUDE_DIR)/swill/swill.h..."
|
|
@$(INSTALL_DATA) $(SRC_DIR)/Include/swill/swill.h $(INCLUDE_DIR)/swill/swill.h
|
|
|
|
-all: static shared
|
|
+all: static .WAIT shared
|
|
|
|
localclean:
|
|
rm -rf *.o *.so libswill*
|