diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-22 04:02:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-22 04:02:51 (EDT) |
commit | 2733f46334a2637726bd6f27b6677c64ca43fcdf (patch) | |
tree | 8a88f7bde60afea595cf669356af983de3c9c981 | |
parent | 6b269682a5bdf37d1b67aac870897deadea25958 (diff) |
Prevent targets from being updated multiple times.
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,12 +2,15 @@ configure: oh-autoconfigure + touch $@ build: configure oh-autobuild + touch $@ install: build oh-autoinstall oh-fixperms oh-strip -k oh-installfiles + touch $@ |