diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a955a529b..ed48ba101 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.153 2001/02/18 01:30:55 djm Exp $ | 1 | # $Id: Makefile.in,v 1.154 2001/02/18 04:23:10 djm Exp $ |
2 | 2 | ||
3 | prefix=@prefix@ | 3 | prefix=@prefix@ |
4 | exec_prefix=@exec_prefix@ | 4 | exec_prefix=@exec_prefix@ |
@@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \ | |||
26 | CC=@CC@ | 26 | CC=@CC@ |
27 | LD=@LD@ | 27 | LD=@LD@ |
28 | CFLAGS=@CFLAGS@ | 28 | CFLAGS=@CFLAGS@ |
29 | CPPFLAGS=@CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@ | 29 | CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@ |
30 | LIBS=@LIBS@ | 30 | LIBS=@LIBS@ |
31 | AR=@AR@ | 31 | AR=@AR@ |
32 | RANLIB=@RANLIB@ | 32 | RANLIB=@RANLIB@ |