Skip to content
Snippets Groups Projects
Commit b09114b1 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

Changed for regression tests.

parent a74613f4
No related branches found
No related tags found
No related merge requests found
SRCDIR= /home/postgres/current/pgsql/src SRCDIR= ../../src
include $(SRCDIR)/Makefile.global 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 TARGETS= refint$(DLSUFFIX) refint.sql
...@@ -18,4 +22,4 @@ all:: $(TARGETS) ...@@ -18,4 +22,4 @@ all:: $(TARGETS)
-e "s:_DLSUFFIX_:$(DLSUFFIX):g" < $< > $@ -e "s:_DLSUFFIX_:$(DLSUFFIX):g" < $< > $@
clean: clean:
rm -f $(TARGETS) rm -f $(TARGETS) refint.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment