Revision 6917
Added by Aaron Marcuse-Kubitza almost 12 years ago
schemas/Makefile | ||
---|---|---|
8 | 8 |
# OS |
9 | 9 |
os = $(shell uname) |
10 | 10 |
|
11 |
SED = sed -$(if $(filter Darwin,$(os)),E,r) |
|
12 |
|
|
13 | 11 |
##### General targets |
14 | 12 |
|
15 | 13 |
all = vegbien.sql vegbien.my.sql functions.sql py_functions.sql |
Also available in: Unified diff
schemas/Makefile: Removed unused $(SED)