FreeBSD's make again: That stupid thing really doesn't grasp $< targets.

This commit is contained in:
Peter Simons 2000-12-14 16:08:47 +00:00
parent c79aeb2b08
commit 135cf3c8f6

View File

@ -32,7 +32,7 @@ petidomo: $(OBJS) $(LIBS)
hermes listserv: petidomo
@rm -f $@
ln -s $< $@
ln -s petidomo $@
acl.c acl_scan.h: acl.y
$(YACC) -d -p acl acl.y