FreeBSD's make again: That stupid thing really doesn't grasp $< targets.
This commit is contained in:
parent
c79aeb2b08
commit
135cf3c8f6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user