X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fgen%2FMakefile.in;h=13835743f95e1c3bba66548789e595fdf8fe2c26;hp=3518b60f602f1450bc79f33a25e74b561804fa9c;hb=4546e76f7d630a849ac9e17deda7bee36919f800;hpb=1b93a8aeaacc07de6d2aa08e658402b54446f064 diff --git a/Ada95/gen/Makefile.in b/Ada95/gen/Makefile.in index 3518b60f..13835743 100644 --- a/Ada95/gen/Makefile.in +++ b/Ada95/gen/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2019-2020,2021 Thomas E. Dickey # # Copyright 1998-2015,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -30,7 +30,7 @@ # Author: Juergen Pfeifer, 1996 # and: Thomas E. Dickey, 1997 # -# $Id: Makefile.in,v 1.95 2020/08/29 16:58:25 tom Exp $ +# $Id: Makefile.in,v 1.96 2021/01/23 20:42:08 tom Exp $ # .SUFFIXES: @@ -311,7 +311,7 @@ adahtml: test -n "$(GNATHTML)" || exit 1 @find $(HTML_DIR) -type f -exec rm -f {} \; @mkdir -p $(HTML_DIR) - cp -p ../src/*.ad[sb] . && chmod +w *.ad[sb] + ( cp -p ../src/*.ad[sb] . && chmod +w *.ad[sb] ) @USE_OLD_MAKERULES@ ln -sf ../src/*.ali . @USE_GNAT_PROJECTS@ ln -sf ../static-ali/*.ali . @echo "Filtering generated files"