mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
make -j fix
This commit is contained in:
parent
d2133cbe8a
commit
8c0f1691b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230992
11
devel/cweb/files/patch-Makefile
Normal file
11
devel/cweb/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2009-03-25 18:19:26.000000000 +0100
|
||||
+++ Makefile 2009-03-25 18:20:14.000000000 +0100
|
||||
@@ -140,7 +140,7 @@
|
||||
cweave: cweave.o common.o
|
||||
$(CC) $(LINKFLAGS) -o cweave cweave.o common.o
|
||||
|
||||
-cweave.c: cweave.w $(WCHANGES)
|
||||
+cweave.c: cweave.w $(WCHANGES) ctangle
|
||||
$(CTANGLE) cweave $(WCHANGES)
|
||||
|
||||
doc: $(SOURCES:.w=.dvi)
|
Loading…
Reference in New Issue
Block a user