mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
$NetBSD: patch-ab,v 1.3 2001/06/10 17:41:02 wiz Exp $
|
|
|
|
--- tcl/Makefile.in.orig Mon Jun 4 18:26:57 2001
|
|
+++ tcl/Makefile.in
|
|
@@ -95,8 +95,8 @@
|
|
rm -f uuwish
|
|
make all
|
|
|
|
-uuwish: $(OBJ) ../uulib/libuu.a
|
|
- $(CC) -o $@ $(OBJ) -L../uulib -luu $(LIBS)
|
|
+uuwish: $(OBJ)
|
|
+ $(CC) -o $@ $(OBJ) -luu $(LIBS)
|
|
|
|
xdeview:
|
|
chmod 755 $@
|