14 lines
469 B
Text
14 lines
469 B
Text
$NetBSD: patch-aa,v 1.3 2008/10/30 07:06:03 kefren Exp $
|
|
--- sample/Makefile.in.orig 2008-04-19 22:06:43.000000000 +0300
|
|
+++ sample/Makefile.in 2008-04-19 22:06:55.000000000 +0300
|
|
@@ -147,8 +147,8 @@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
TEST = SourceViewTest.exe
|
|
-PRINT = PrintSample.exe
|
|
-EXTRA_DIST = SourceViewTest.cs PrintSample.cs
|
|
+PRINT =
|
|
+EXTRA_DIST = SourceViewTest.cs
|
|
CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb
|
|
all: all-am
|
|
|