]> jfr.im git - irc/ircd-hybrid/efserv-cvs.git/commitdiff
Another fix to make it compile on FreeBSD.
authorwcampbel <wcampbel>
Thu, 3 Jan 2002 04:56:01 +0000 (04:56 +0000)
committerwcampbel <wcampbel>
Thu, 3 Jan 2002 04:56:01 +0000 (04:56 +0000)
Not everyone has "." in their path, don't assume so.

Makefile.in
dtheader.h

index 8a668796695c3481e6a109d0b4ca4837d8eafc7f..b8e48ac947d68c9cbcc31f9a4fcdba44dffe13cb 100644 (file)
@@ -1,7 +1,7 @@
 # efserv Makefile.in
 # DO NOT EDIT
 #
-# $Id: Makefile.in,v 1.10 2001/12/10 07:04:45 a1kmm Exp $
+# $Id: Makefile.in,v 1.11 2002/01/03 04:56:01 wcampbel Exp $
 #
 
 # Don't edit these unless you know what you are doing
@@ -60,7 +60,7 @@ lex.yy.c: sconfig.l sconfig.tab.h
        ${LEX} sconfig.l
 
 dyntrans.setup.c: dyntrans dtheader.i
-       dyntrans <dtheader.i >dyntrans.setup.c
+       ./dyntrans <dtheader.i >dyntrans.setup.c
 
 dyntrans: dyntrans.ll.o dtransgen.o dyntrans.tab.o
        ${CC} ${CFLAGS} dyntrans.ll.o dtransgen.o dyntrans.tab.o -lfl -o dyntrans
index 7124c1df98f941c10070b26ae36ad7eecbfdb37e..e90a338b3246388374d5c704dbe8d70481a2c763 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: dtheader.h,v 1.1 2001/12/10 07:04:45 a1kmm Exp $ */
+/* $Id: dtheader.h,v 1.2 2002/01/03 04:56:01 wcampbel Exp $ */
+/*PGINC("sys/types.h")*/
 /*PGINC("stdlib.h")*/
 /*PGINC("string.h")*/
 /*PINC("define.h")*/