Accidentally applied test code, revert

This commit is contained in:
Damien Miller 2001-02-18 15:23:10 +11:00
parent 722ccb1492
commit 132a8fc4c9

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@ prefix=@prefix@
exec_prefix=@exec_prefix@ exec_prefix=@exec_prefix@
@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \
CC=@CC@ CC=@CC@
LD=@LD@ LD=@LD@
CFLAGS=@CFLAGS@ CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@ CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@
LIBS=@LIBS@ LIBS=@LIBS@
AR=@AR@ AR=@AR@
RANLIB=@RANLIB@ RANLIB=@RANLIB@