eyacc moves; strip on install
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 8 Sep 1985 06:52:09 +0000 (22:52 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 8 Sep 1985 06:52:09 +0000 (22:52 -0800)
SCCS-vsn: usr.bin/pascal/pxp/Makefile 5.2

usr/src/usr.bin/pascal/pxp/Makefile

index 257d813..5866fb6 100644 (file)
@@ -3,14 +3,14 @@
 # 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.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 #
-SCCSID = "@(#)Makefile 5.1 (Berkeley) %G%"
+SCCSID = "@(#)Makefile 5.2 (Berkeley) %G%"
 DESTDIR=
 ED=    -ex
 AS=    -as
 RM=    rm -f
 DESTDIR=
 ED=    -ex
 AS=    -as
 RM=    rm -f
-EYACC= /usr/ucb/eyacc
+EYACC= ../eyacc/eyacc
 CFLAGS=        -O -I. -I${SRCDIR} -w -DRMOTHERS
 SRCDIR=        ../src
 BINDIR=        ../pxp
 CFLAGS=        -O -I. -I${SRCDIR} -w -DRMOTHERS
 SRCDIR=        ../src
 BINDIR=        ../pxp
@@ -62,7 +62,7 @@ clean:
        -rm -f *.o x* y.tab.c y.tab.h opcode.h
 
 install: a.out
        -rm -f *.o x* y.tab.c y.tab.h opcode.h
 
 install: a.out
-       install a.out ${DESTDIR}/usr/ucb/pxp
+       install -s a.out ${DESTDIR}/usr/ucb/pxp
 #      cp a.outNOID /usr/ucb/pxp34
 
 print:
 #      cp a.outNOID /usr/ucb/pxp34
 
 print: