mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
comerr: Update rule for compile_et
Update the build rule for compile_et under new platform rs_aix73. Reviewed-on: https://gerrit.openafs.org/15311 Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> (cherry picked from commit b713b62b3358482a818436a54975596188cb002b) Change-Id: I726cf21a2c70305c24c3f43f2504e70a98536aa7 Reviewed-on: https://gerrit.openafs.org/15385 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Ben Huntsman <ben@huntsmans.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
parent
9b94108664
commit
e83ce49c2d
@ -37,7 +37,7 @@ et_lex.lex.c: et_lex.lex.l
|
||||
|
||||
compile_et: compile_et.o error_table.o
|
||||
$(Q)case $(SYS_NAME) in \
|
||||
*_linux* | *_umlinux* | *_darwin* | rs_aix72 ) \
|
||||
*_linux* | *_umlinux* | *_darwin* | rs_aix72 | rs_aix73 ) \
|
||||
$(LT_LDRULE_static_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr $(buildtool_roken) $(MT_LIBS);; \
|
||||
* ) \
|
||||
$(LT_LDRULE_static_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr -ll $(buildtool_roken) $(MT_LIBS);; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user