blob: 31b14c65a940c2bf12800c173eb20828c7409c12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-libsmartcols_docs_Makefile.in,v 1.1 2020/03/12 10:11:34 ryoon Exp $
--- libsmartcols/docs/Makefile.in.orig 2018-07-16 10:34:44.001170901 +0000
+++ libsmartcols/docs/Makefile.in
@@ -803,7 +803,7 @@ distclean-local:
rm -rf xml html $(REPORT_FILES) *.stamp \
$(DOC_MODULE)-overrides.txt \
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
- test $(abs_builddir) == $(abs_srcdir) || \
+ test $(abs_builddir) = $(abs_srcdir) || \
rm -f $(DOC_MODULE)-*.txt $(DOC_MODULE)-*.xml *.xml.in
install-data-local:
|