corrected target for .PRECIOUS attribute

This commit is contained in:
gdr 1997-09-21 18:06:07 +00:00
parent 124ca8d9b7
commit 7a88871b21

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.2 1997/09/21 16:35:12 gdr Exp $
# $Id: Makefile,v 1.3 1997/09/21 18:06:07 gdr Exp $
#
.INCLUDE: ../../../../paths.mk
@ -12,8 +12,11 @@ CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES)
PROGS = buffer fdopen1 fdopen2 fgetln fgets1 filenos float1 fopen \
fopen2 getputch offsetof perror showfds
OBJS = buffer.o fdopen1.o fdopen2.o fgetln.o fgets1.o filenos.o float1.o \
fopen.o fopen2.o getputch.o offsetof.o perror.o showfds.o
default: $(PROGS)
.PRECIOUS: $(PROGS)
.PRECIOUS: $(OBJS)
.INCLUDE: ../../rules.mk