summaryrefslogtreecommitdiff
path: root/devel/libuuid/patches/patch-Makefile.am
blob: 51f3aaa31d60f01d861b53afda5290f42705848e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-Makefile.am,v 1.1 2020/03/12 10:11:34 ryoon Exp $

--- Makefile.am.orig	2018-06-04 07:57:02.784445952 +0000
+++ Makefile.am
@@ -206,7 +206,7 @@ BUILT_SOURCES = .version
 CHANGELOG_FILE = v$(VERSION)-ChangeLog
 
 $(CHANGELOG_FILE):
-	@ if test "x$$PREVIOUS_VERSION" == "x"; then \
+	@ if test "x$$PREVIOUS_VERSION" = "x"; then \
 		echo "Usage make changelog PREVIOUS_VERSION=<version>"; \
 		exit 1; \
 	fi