mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Various fixes for ecpg to remove compiler dependency...
From: Darren King <darrenk@insightdist.com>
This commit is contained in:
@@ -61,6 +61,6 @@ uninstall::
|
||||
libecpg.a : libecpg.a(ecpglib.o) libecpg.a(typename.o)
|
||||
|
||||
ecpglib.o : ecpglib.c ../include/ecpglib.h ../include/ecpgtype.h
|
||||
$(CC) -O2 -g -Wall -I../include $(PQ_INCLUDE) -c ecpglib.c
|
||||
$(CC) -Wall -I../include $(PQ_INCLUDE) -c ecpglib.c
|
||||
typename.o : typename.c ../include/ecpgtype.h
|
||||
$(CC) -g -O2 -Wall -I../include $(PQ_INCLUDE) -c typename.c
|
||||
$(CC) -Wall -I../include $(PQ_INCLUDE) -c typename.c
|
||||
|
||||
Reference in New Issue
Block a user