Changed for regression tests.
This commit is contained in:
parent
a74613f478
commit
b09114b1be
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
|
||||
SRCDIR= /home/postgres/current/pgsql/src
|
||||
SRCDIR= ../../src
|
||||
|
||||
include $(SRCDIR)/Makefile.global
|
||||
|
||||
CFLAGS+= $(CFLAGS_SL) -I$(SRCDIR)/include -DREFINT_QUIET
|
||||
CFLAGS+= $(CFLAGS_SL) -I$(SRCDIR)/include
|
||||
|
||||
ifdef REFINT_VERBOSE
|
||||
CFLAGS+= -DREFINT_VERBOSE
|
||||
endif
|
||||
|
||||
TARGETS= refint$(DLSUFFIX) refint.sql
|
||||
|
||||
|
@ -18,4 +22,4 @@ all:: $(TARGETS)
|
|||
-e "s:_DLSUFFIX_:$(DLSUFFIX):g" < $< > $@
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
||||
rm -f $(TARGETS) refint.o
|
||||
|
|
Loading…
Reference in a new issue