Project

General

Profile

« Previous | Next » 

Revision 248

scripts/Makefile: Fixed syntax error

View differences:

Makefile
66 66
postgres-: _not_file # other OSes
67 67

  
68 68
psqlOpts := --set ON_ERROR_STOP=1 --quiet
69
asPostgresAdmin:== sudo -u postgres
69
asPostgresAdmin := sudo -u postgres
70 70
psqlAsAdmin := $(asPostgresAdmin) psql $(psqlOpts)
71 71
psqlAsBien := ./util/psql_vegbien $(psqlOpts)
72 72
bienPassword := $(shell cat util/bien_password)

Also available in: Unified diff