don't destructively install getline.c and getnum.c
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 11 Jun 1988 05:32:00 +0000 (21:32 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 11 Jun 1988 05:32:00 +0000 (21:32 -0800)
SCCS-vsn: usr.bin/learn/Makefile 4.9

usr/src/usr.bin/learn/Makefile

index b6fa6ed..3a08594 100644 (file)
@@ -3,7 +3,7 @@
 # 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    4.8     (Berkeley)      %G%
+#      @(#)Makefile    4.9     (Berkeley)      %G%
 #
 # Flag BSD4_2 means 4.2 or later.
 CFLAGS=        -O -DBSD4_2
 #
 # Flag BSD4_2 means 4.2 or later.
 CFLAGS=        -O -DBSD4_2
@@ -39,8 +39,8 @@ install: FRC
        install -o bin -g bin -m 644 getline.o ${LLIB}/getline.o
        install -o bin -g bin -m 644 getnum.o ${LLIB}/getnum.o
        cd ${LLIB}; rm -f ../C/get*.o; ln getline.o getnum.o ../C
        install -o bin -g bin -m 644 getline.o ${LLIB}/getline.o
        install -o bin -g bin -m 644 getnum.o ${LLIB}/getnum.o
        cd ${LLIB}; rm -f ../C/get*.o; ln getline.o getnum.o ../C
-       install -o bin -g bin -m 644 getline.c ${LLIB}/../C/getline.c
-       install -o bin -g bin -m 644 getnum.c ${LLIB}/../C/getnum.c
+       install -c -o bin -g bin -m 644 getline.c ${LLIB}/../C/getline.c
+       install -c -o bin -g bin -m 644 getnum.c ${LLIB}/../C/getnum.c
        chmod 755 ${LLIB}/../*/Init
 
 lint: FRC
        chmod 755 ${LLIB}/../*/Init
 
 lint: FRC