]> andersk Git - moira.git/commitdiff
changed ../db/dbbuild to ../db/newdb, since that's what the file is
authormar <mar>
Fri, 25 Aug 1989 13:48:50 +0000 (13:48 +0000)
committermar <mar>
Fri, 25 Aug 1989 13:48:50 +0000 (13:48 +0000)
really called.

backup/Makefile

index 43ad84f5b54a84a7b0ac25c039b601b310dad0c9..ec454f30b9b0548632405031cab2c7efe55ec631 100644 (file)
@@ -29,13 +29,13 @@ copy_backups: copy_backups.c
                 ../update/sms_update.o -L../lib \
                -lsms -lgdb -lkrb -ldes -lmisc
 
-bkup.qc: ../db/dbbuild db2bkup.awk
-       cc -E ../db/dbbuild | awk -f db2bkup.awk > bkup.qc
+bkup.qc: ../db/newdb db2bkup.awk
+       cc -E ../db/newdb | awk -f db2bkup.awk > bkup.qc
 
 bkup1.qc: bkup.qc
 
-rest.qc: ../db/dbbuild db2rest.awk
-       cc -E ../db/dbbuild | awk -f db2rest.awk > rest.qc
+rest.qc: ../db/newdb db2rest.awk
+       cc -E ../db/newdb | awk -f db2rest.awk > rest.qc
 
 rest1.qc: rest.qc
 
This page took 0.040008 seconds and 5 git commands to generate.