Accidentally applied test code, revert

This commit is contained in:
Damien Miller 2001-02-18 15:23:10 +11:00
parent 722ccb1492
commit 132a8fc4c9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.153 2001/02/18 01:30:55 djm Exp $
# $Id: Makefile.in,v 1.154 2001/02/18 04:23:10 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@ -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@