14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
$NetBSD: patch-ac,v 1.1 2004/09/08 16:21:53 wiz Exp $
|
|
|
|
--- common/Makefile.in.orig 2003-01-14 20:03:12.000000000 +0100
|
|
+++ common/Makefile.in
|
|
@@ -214,7 +214,7 @@ noinst_HEADERS = \
|
|
INCLUDES = -I$(top_srcdir)/gcvs -I$(top_srcdir)/gcvs/src -I/. -I$(top_srcdir)/cvstree -I$(top_srcdir)/rf
|
|
|
|
EXTRA_DIST = .cvsignore cvsgui.c cvsgui.h
|
|
-subdir = ./common
|
|
+subdir = common
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|