From 18778aed3e400a0d83701fb11b91e7c9370f0fa0 Mon Sep 17 00:00:00 2001 From: fca Date: Mon, 7 Jun 1999 06:31:02 +0000 Subject: [PATCH] Put headers before libraries. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b68b07c3f9c..cb6d17eeaac 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ AliRoot3.01.tar.gz AliLibs3.01.tar.gz AliOffline3.01.tar.gz: @rm -f `find . -name '*~' -print` \ `find . -name '*.bak' -print` \ `find . -name '.*~' -print` \ - `find . -name '*\#*' -print + `find . -name '*\#*' -print` @rm -f /tmp/saves @ls -1d $^ | sed -e "s/^/$(ALICE_LEVEL)\//" > /tmp/saves @cd $(ALICE) ; \ -- 2.43.5