e4534ab2d3
the location where the manual pages are installed.
15 lines
398 B
Text
15 lines
398 B
Text
$NetBSD: patch-aq,v 1.3 2006/09/02 20:47:03 rillig Exp $
|
|
|
|
Work around the error message "inconsistent operator for all".
|
|
|
|
--- preconf/X11/Imakefile.org Wed Feb 8 11:48:30 1995
|
|
+++ preconf/X11/Imakefile Thu Jun 12 10:35:35 1997
|
|
@@ -2,7 +2,7 @@
|
|
DEPLIBS = $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(XLIB)
|
|
|
|
-all:
|
|
+all::
|
|
@ echo "#"
|
|
@ echo LIBPATH = -L$(USRLIBDIR)
|
|
@ echo INCLUDES = $(ALLINCLUDES)
|