don't fail on ddlcomp return
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 21 Dec 1987 05:14:08 +0000 (21:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 21 Dec 1987 05:14:08 +0000 (21:14 -0800)
SCCS-vsn: old/games.vax/aard/Makefile 5.5

usr/src/old/games.vax/aard/Makefile

index 63ee490..fe85f1a 100644 (file)
@@ -3,13 +3,13 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.4     (Berkeley)      %G%
+#      @(#)Makefile    5.5     (Berkeley)      %G%
 #
 
 all: aard
 
 aard: FRC
 #
 
 all: aard
 
 aard: FRC
-       ../ddl/ddlcomp aard < aard.ddl > ddlcomp.out
+       -../ddl/ddlcomp aard < aard.ddl > ddlcomp.out
 
 clean: FRC
        rm -f ddlcomp.out aard
 
 clean: FRC
        rm -f ddlcomp.out aard