Hack Makefile to set umask

This probably only works with GNU make. But people
keep building with a umask of more than 002, and
this breaks the next person's build.
news-update
Michael Spang 16 years ago
parent a9532d1de0
commit 43c4d00fa2
  1. 2
      Makefile

@ -1,3 +1,5 @@
SHELL = umask 002; exec /bin/sh
FILES = events.ics events.atom news.atom index.html \
favicon.ico default.css robots.txt csclub.der csclub.pem
SUBDIRS = about events office news services media buttons logos flash

Loading…
Cancel
Save