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:
Ben Huntsman 2023-01-30 19:11:32 -06:00 committed by Stephan Wiesand
parent 9b94108664
commit e83ce49c2d

View File

@ -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);; \