Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfetter committed Mar 16, 2010
1 parent ce9a56f commit 88fbe6e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Expand Up @@ -8,15 +8,9 @@ REGRESS = $(patsubst t/sql/%.sql,%,$(TESTS))

EXTRA_CLEAN =

ifndef NO_PGXS
PGXS := $(shell pg_config --pgxs)
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/plparrot
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif

PARROTINCLUDEDIR = $(shell parrot_config includedir)
PARROTVERSION = $(shell parrot_config versiondir)
Expand Down

0 comments on commit 88fbe6e

Please sign in to comment.