From ab3be1ce4b80eb4c1f7132d3c2c1127d0c412546 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 22:22:43 +0200 Subject: [PATCH] ne need for () --- prospero/user/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prospero/user/Makefile.in b/prospero/user/Makefile.in index 4484104..f4a9ce2 100755 --- a/prospero/user/Makefile.in +++ b/prospero/user/Makefile.in @@ -77,7 +77,7 @@ all: $(PROGS) $(SPECIAL_PROGS) $(DATA_FILE_TARGETS) $(MORE_USER_PROGS) all_subdi install: -for i in $(PROGS) $(SPECIAL_PROGS) $(MORE_USER_PROGS); do \ $(INSTALL) -c -m 755 -o $(OWNER) -g $(GROUP) $$i $(P_BINARIES)/$$i$(GENERATIONSUFFIX) ;\ - $(GENERATION) $(P_BINARIES)/$$i ;\ +# $(GENERATION) $(P_BINARIES)/$$i ;\ done -rm -f $(P_BINARIES)/pkl -ln padmin $(P_BINARIES)/pkl