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:
Derrick Brashear 2011-01-25 13:32:38 -05:00
parent 5fe04739e0
commit 14f5466eee

View File

@ -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