]> andersk Git - moira.git/commitdiff
don't use new macro for fixing broken esqlc files
authormar <mar>
Wed, 14 Jul 1993 13:30:26 +0000 (13:30 +0000)
committermar <mar>
Wed, 14 Jul 1993 13:30:26 +0000 (13:30 +0000)
backup/Imakefile

index 6959a29a50d6b711813749d7bbf80ea165651719..1a30218162e86d79444a71e9ee1c23a11a27bb46 100644 (file)
@@ -12,7 +12,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
-BOBJS= dump_db.o bkup1.o bkup.o dumprest.o 
+BOBJS= dump_db.o bkup1.o bkupfix.o dumprest.o 
 ROBJS= rest_db.o rest1.o rest.o dumprest.o
 sqlrule()
 
@@ -30,7 +30,10 @@ clean::
 sqlfile(dump_db)
 sqlfile(rest_db)
 sqlfile(dumprest)
-sqlfile_with_esqlc_fix(bkup)
+sqlfile(bkup)
 sqlfile(bkup1)
 sqlfile(rest)
 sqlfile(rest1)
+
+bkupfix.c: bkup.c
+       esqlc_fix.pl bkup.c > bkupfix.c
This page took 0.35567 seconds and 5 git commands to generate.