depend on FRC not /tmp
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 12 Oct 1985 09:53:09 +0000 (01:53 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 12 Oct 1985 09:53:09 +0000 (01:53 -0800)
SCCS-vsn: lib/Makefile 5.9
SCCS-vsn: games/Makefile 5.3

usr/src/games/Makefile
usr/src/lib/Makefile

index 5e87c6e..2867a76 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    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -33,9 +33,11 @@ NSTD=        canfield primes rain worm worms
 
 all:   ${SUBDIR} ${STD} ${NSTD}
 
 
 all:   ${SUBDIR} ${STD} ${NSTD}
 
-${SUBDIR}: /tmp
+${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
        cd $@; make ${MFLAGS}
 
+FRC:
+
 ${STD}:
        cc ${CFLAGS} -o $@ $@.c
 
 ${STD}:
        cc ${CFLAGS} -o $@ $@.c
 
index e8aa3a7..9bd9e77 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    5.8 (Berkeley) %G%
+#      @(#)Makefile    5.9 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -35,9 +35,11 @@ NSTD=
 
 all:   ${SUBDIR} ${STD} ${NSTD}
 
 
 all:   ${SUBDIR} ${STD} ${NSTD}
 
-${SUBDIR}: /tmp
+${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
        cd $@; make ${MFLAGS}
 
+FRC:
+
 ${STD}:
        cc ${CFLAGS} -o $@ $@.c
 
 ${STD}:
        cc ${CFLAGS} -o $@ $@.c