mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
MacOS: fix SetFile call in growlagent makefile
somehow this got corrupted earlier. fix it to use the right arg. Change-Id: Ic597412819a9186d7b4b0b0c7e93e7c75b9a979a Reviewed-on: http://gerrit.openafs.org/3755 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
5fe04739e0
commit
14f5466eee
@ -17,7 +17,7 @@ _growlagent-openafs: ${OBJS}
|
||||
growlagent-openafs: _growlagent-openafs
|
||||
${CP} $? $@
|
||||
Rez -o $@ growlagent.r
|
||||
SetFile C" $@
|
||||
SetFile -a "C" $@
|
||||
|
||||
CFGrowlAdditions.o: CFGrowlAdditions.h
|
||||
main.o: GrowlDefines.h GrowlPathway.h CFGrowlAdditions.h
|
||||
|
Loading…
Reference in New Issue
Block a user