mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
app-text/noweb: expand ldflags patch to nwmktemp
Closes: https://bugs.gentoo.org/780798 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/src/c/Makefile
|
||||
+++ b/src/c/Makefile
|
||||
@@ -41,19 +41,16 @@
|
||||
@@ -41,19 +41,15 @@
|
||||
all: nt markup mnt finduses nwmktemp
|
||||
|
||||
nt: $(TANGLEOBJS)
|
||||
@@ -8,7 +8,7 @@
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o nt $(TANGLEOBJS)
|
||||
|
||||
nwmktemp: nwmktemp.o
|
||||
$(CC) $(CFLAGS) -o nwmktemp nwmktemp.o
|
||||
- $(CC) $(CFLAGS) -o nwmktemp nwmktemp.o
|
||||
|
||||
finduses: $(FINDUSESOBJS)
|
||||
- $(CC) $(CFLAGS) -o finduses $(FINDUSESOBJS)
|
||||
|
||||
Reference in New Issue
Block a user