diff options
Diffstat (limited to 'usr/src/ucbcmd/stty/Makefile')
-rw-r--r-- | usr/src/ucbcmd/stty/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/ucbcmd/stty/Makefile b/usr/src/ucbcmd/stty/Makefile index 2e4da9e793..cc66a9f5ae 100644 --- a/usr/src/ucbcmd/stty/Makefile +++ b/usr/src/ucbcmd/stty/Makefile @@ -36,7 +36,7 @@ CERRWARN += -_gcc=-Wno-parentheses .KEEP_STATE: -all: $(PROG) +all: $(PROG) $(PROG): $(OBJS) $(LINK.c) $(OBJS) -o $@ $(LDLIBS) @@ -47,6 +47,4 @@ install: all $(ROOTPROG) clean: -$(RM) $(OBJS) -lint: lint_PROG - include ../Makefile.ucbtarg |