Bug fix - added space after link definition.

This commit is contained in:
Janet B. Anderson
1999-01-06 19:48:22 +00:00
parent 2c1609e2ed
commit 5e7ec2be6c
+2 -2
View File
@@ -82,11 +82,11 @@ clean::
%: %.o
$(RM) $@
$(LINK.c)$@ $< $(LDLIBS)
$(LINK.c) $@ $< $(LDLIBS)
#$(PROD): $(OBJS)
# $(RM) $@
# $(LINK.c)$@ $(OBJS)
# $(LINK.c) $@ $(OBJS)
%.o: %.c
$(RM) $@