From 22306e15004193baff0ead108f1bcae3aea4aead Mon Sep 17 00:00:00 2001 From: djm Date: Sun, 18 Feb 2001 04:23:10 +0000 Subject: [PATCH] Accidentally applied test code, revert --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8ca00299..174ee1ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \ CC=@CC@ LD=@LD@ CFLAGS=@CFLAGS@ -CPPFLAGS=@CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@ +CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@ LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ -- 2.45.2