mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 11:35:13 -04:00
dbaab4a4d4
the default target is 'install' instead of 'all'. So if you do a
make without target you actually do a make install, which is not
what one normally expects from a standard makefile.
From: Massimo Dal Zotto <dz@cs.unitn.it>