*** empty log message ***
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: awk.c,v 1.169 2007-02-20 14:15:18 bacon Exp $
|
||||
* $Id: awk.c,v 1.170 2007-02-20 14:23:18 bacon Exp $
|
||||
*/
|
||||
|
||||
#include <ase/awk/awk.h>
|
||||
@ -41,10 +41,6 @@
|
||||
#include <mcheck.h>
|
||||
#endif
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 2048
|
||||
#endif
|
||||
|
||||
struct awk_src_io
|
||||
{
|
||||
const ase_char_t* input_file;
|
||||
|
@ -3,8 +3,8 @@ OBJS = $(SRCS:.c=.o)
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@ -I@abs_top_builddir@/..
|
||||
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/awk
|
||||
LIBS = @LIBS@ -laseawk -lm
|
||||
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/awk -L@abs_top_builddir@/utl
|
||||
LIBS = @LIBS@ -laseawk -laseutl -lm
|
||||
|
||||
all: aseawk
|
||||
|
||||
|
Reference in New Issue
Block a user