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
|
hermes listserv: petidomo
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
ln -s $< $@
|
ln -s petidomo $@
|
||||||
|
|
||||||
acl.c acl_scan.h: acl.y
|
acl.c acl_scan.h: acl.y
|
||||||
$(YACC) -d -p acl acl.y
|
$(YACC) -d -p acl acl.y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user