summaryrefslogtreecommitdiff
path: root/contrib/cube/Makefile
AgeCommit message (Expand)Author
2005-10-18Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-07-24Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-14Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane
2003-05-14Fix various recent build and regression-test problems in contrib/.Tom Lane
2003-01-31Tweak bison build rules so that we get the same error messages fromTom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2000-12-11Gene Selkov's CUBE datatype (GiST example code)Tom Lane