]> andersk Git - moira.git/commitdiff
fixup invocation of perl script to fix Ingres lossage
authormar <mar>
Mon, 25 Oct 1993 16:53:25 +0000 (16:53 +0000)
committermar <mar>
Mon, 25 Oct 1993 16:53:25 +0000 (16:53 +0000)
backup/Imakefile

index 01a0c92be68150bc2667018b32f3da05dc6572ba..c2fc345c28d5ea3c0aad6305be042c3d9c3da757 100644 (file)
@@ -11,7 +11,7 @@
 SRCS= dump_db.c bkup1.c bkup.c dumprest.c rest_db.c rest1.c rest.c
 SRCDIR=${SRCTOP}/backup
 CODE= db2bkup.awk db2rest.awk dump_db.h dump_db.dc dumprest.dc \
-       nightly.sh report.sh rest_db.dc
+       nightly.sh report.sh rest_db.dc esqlc_fix.pl
 BOBJS= dump_db.o bkup1.o bkupfix.o dumprest.o 
 ROBJS= rest_db.o rest1.o rest.o dumprest.o
 sqlrule()
@@ -26,7 +26,7 @@ rest.dc: ../db/schema db2rest.awk
        cc -E ../db/schema | awk -f db2rest.awk > rest.dc
 rest1.dc: rest.dc
 clean::
-       $(RM) bkup.dc bkup1.dc rest.dc rest1.dc
+       $(RM) bkup.dc bkup1.dc rest.dc rest1.dc bkupfix.c
 sqlfile(dump_db)
 sqlfile(rest_db)
 sqlfile(dumprest)
@@ -35,5 +35,5 @@ sqlfile(bkup1)
 sqlfile(rest)
 sqlfile(rest1)
 
-bkupfix.c: bkup.c
-       esqlc_fix.pl < bkup.c > bkupfix.c
+bkupfix.c: bkup.c esqlc_fix.pl
+       perl esqlc_fix.pl < bkup.c > bkupfix.c
This page took 0.130755 seconds and 5 git commands to generate.