From 59740d49e685f58f1b940c851203905f61bbd602 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 22:29:49 +0200 Subject: [PATCH] remove GENERATION --- prospero/lib/psrv/wais_gw/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/prospero/lib/psrv/wais_gw/Makefile.in b/prospero/lib/psrv/wais_gw/Makefile.in index 3956bf7..01cd362 100755 --- a/prospero/lib/psrv/wais_gw/Makefile.in +++ b/prospero/lib/psrv/wais_gw/Makefile.in @@ -86,9 +86,8 @@ ${WAIS_GW_LIB}: ${OBJS} ${UTIL} ${GW} install: sourceparse ietftypes -for i in sourceparse ietftypes ; do \ - ${INSTALL} -c -m 755 -o ${OWNER} -g ${GROUP} $$i ${P_BINARIES}/$$i${GENERATIONSUFFIX}; \ - ${GENERATION} ${P_BINARIES}/$$i ; \ - done + ${INSTALL} -c -m 755 -o ${OWNER} -g ${GROUP} $$i ${P_BINARIES}/$$i${GENERATIONSUFFIX}; \ + done sourceparse: sourceparse.o ${WAIS_GW_LIB} $(PFS_LIBS_DEPENDENCIES)