From 54193b7f7ebbd670a6dca484e99c577a1e1545fe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Sep 2001 11:57:15 +0000 Subject: [PATCH] Process files in their proper order. git-svn-id: https://svn.dealii.org/trunk@4965 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/Makefile b/deal.II/examples/Makefile index 6cf1272375..1a294376c5 100644 --- a/deal.II/examples/Makefile +++ b/deal.II/examples/Makefile @@ -4,7 +4,7 @@ # existing examples. take dirnames and strip 'step' -steps = $(shell echo step-*) +steps = $(shell echo step-? step-??) # default is: build all examples. for each example, there is a target -- 2.39.5