X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2FMakefile.in;h=3a0c272f409228fea5684263226284a6ab3255c8;hp=f7cd1e883e8ad01ebbc735ca83b78c3838d22880;hb=4546e76f7d630a849ac9e17deda7bee36919f800;hpb=1b93a8aeaacc07de6d2aa08e658402b54446f064 diff --git a/Ada95/samples/Makefile.in b/Ada95/samples/Makefile.in index f7cd1e88..3a0c272f 100644 --- a/Ada95/samples/Makefile.in +++ b/Ada95/samples/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright 2018-2019,2020 Thomas E. Dickey # +# Copyright 2018-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 # @@ -29,7 +29,7 @@ # # Author: Juergen Pfeifer, 1996 # -# $Id: Makefile.in,v 1.61 2020/08/29 17:01:19 tom Exp $ +# $Id: Makefile.in,v 1.62 2021/01/23 20:42:08 tom Exp $ # .SUFFIXES: @@ -131,7 +131,7 @@ install.examples :: $(MY_DATADIR) $(INSTALL_DATA) explain.txt $(MY_DATADIR) uninstall.examples :: - -cd $(BINDIR) && rm -f $(PROGS) + -( cd $(BINDIR) && rm -f $(PROGS) ) -rmdir $(BINDIR) -rm -f $(MY_DATADIR)/explain.txt -rmdir $(MY_DATADIR)