From 67ce9f89be458b0281f1825211dfd1a00a2ff7fe Mon Sep 17 00:00:00 2001 From: hades Date: Tue, 7 Nov 2000 19:38:25 +0000 Subject: [PATCH] *** empty log message *** --- allParam/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/allParam/Makefile b/allParam/Makefile index 56df774..55cdb1c 100644 --- a/allParam/Makefile +++ b/allParam/Makefile @@ -67,12 +67,13 @@ lib_clean : tar : lib_clean rm -rf old_ca/ old_tcl/ param/ - ln -s ca/caParam.h allParam.h - ln -s file/fileParam.h allParam.h - ln -s ora/oraParam.h allParam.h - ln -s psql/psqlParam.h allParam.h - ln -s tcl/tclParam.h allParam.h - cd .. ; tar -cvzf param.0.1.tar.Z param/ + ln -s caParam.h ca/allParam.h + ln -s fileParam.h file/allParam.h + ln -s oraParam.h ora/allParam.h + ln -s psqlParam.h psql/allParam.h + ln -s tclParam.h tcl/allParam.h + cd .. ; tar -cvZf allParam.0.1.tar.Z allParam/ + rm -f */allParam.h $(PARAMLIBES) test : dummy dummy : -- 2.43.0