BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / pascal / pxp / Makefile
index f6e1a35..53abd8c 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.5 (Berkeley) %G%
+#      @(#)Makefile    5.6 (Berkeley) 7/1/91
 
 PROG=  pxp
 SRCDIR=        ${.CURDIR}/../src
 
 PROG=  pxp
 SRCDIR=        ${.CURDIR}/../src
@@ -11,7 +11,7 @@ SRCS= TRdata.c Version.c call.c case.c const.c cset.c error.c fdec.c \
        var.c y.tab.c yycomm.c yycopy.c yycosts.c yyerror.c yyget.c yyid.c \
        yylex.c yymain.c yypanic.c yyparse.c yyprint.c yyput.c yyrecover.c \
        yyseman.c yytree.c
        var.c y.tab.c yycomm.c yycopy.c yycosts.c yyerror.c yyget.c yyid.c \
        yylex.c yymain.c yypanic.c yyparse.c yyprint.c yyput.c yyrecover.c \
        yyseman.c yytree.c
-CLEANFILES=opc y.tab.c y.tab.h opcode.h Version.c version
+CLEANFILES=opc y.tab.c y.tab.h opcode.h version
 
 y.tab.h y.tab.c: ${SRCDIR}/pas.y
        /usr/libexec/pascal/eyacc ${SRCDIR}/pas.y > /dev/null
 
 y.tab.h y.tab.c: ${SRCDIR}/pas.y
        /usr/libexec/pascal/eyacc ${SRCDIR}/pas.y > /dev/null