From 16e98d89a9bbd4da87046b5f7b823846d0b55620 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 14 Apr 1997 17:42:42 -0700
Subject: [PATCH] minor bugfix

Rev: src/modules/_Crypto/lib/Makefile.in:1.4
---
 src/modules/_Crypto/lib/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/_Crypto/lib/Makefile.in b/src/modules/_Crypto/lib/Makefile.in
index e13103f28e..edd89bc9d6 100644
--- a/src/modules/_Crypto/lib/Makefile.in
+++ b/src/modules/_Crypto/lib/Makefile.in
@@ -76,7 +76,7 @@ desdata:	desdata.o
 
 # new rules  (note: tr|sed|tr is NOT necessary,  just there so .i is readable)
 .c.i:
-	$(CPP) $(CPPFLAGS) $< > $*.x
+	$(CPP) $(CFLAGS) $< > $*.x
 	@tr ';'\\012 \\012';' < $*.x |			\
 	 sed	-e 's/[ 	][ 	]*/ /g'		\
 		-e 's/^ //'				\
-- 
GitLab