openbsd-ports/x11/gnome/libs/patches/patch-zvt_Makefile_in
2001-09-20 18:39:12 +00:00

13 lines
482 B
Plaintext

$OpenBSD: patch-zvt_Makefile_in,v 1.1 2001/09/20 18:39:13 naddy Exp $
--- zvt/Makefile.in.orig Thu Sep 20 16:25:17 2001
+++ zvt/Makefile.in Thu Sep 20 16:26:02 2001
@@ -520,7 +520,7 @@ mostlyclean distclean maintainer-clean
# We really dont want $(LIBS) linked in with this
gnome-pty-helper: gnome-pty-helper.o gnome-login-support.o gnome-utmp.o
- $(CC) -o $@ $^ $(UTIL_LIBS)
+ $(CC) -o $@ $> $(UTIL_LIBS)
install-exec-local:
-file=$(DESTDIR)$(sbindir)/gnome-pty-helper; \