Re: Python access to Berkeley DB

2022-12-19 Thread Stuart Cassoff
-- Original Message -- From: stu.li...@spacehopper.org To: po...@openbsd.org Cc: misc@openbsd.org Sent: Monday, December 19, 2022 7:53 AM Subject: Re: Python access to Berkeley DB [ moving to ports@, hopefully reply-to will be set correctly if I got the gmane/nntp

Makefile .SUFFIXES

2009-03-16 Thread Stuart Cassoff
Must .SUFFIXES declarations come before targets? This doesn't work for me: $ cat Makefile all: a.x .q.x: cp $< $@ .SUFFIXES: .q .x $ touch a.q $ make make: don't know how to make a.x. Stop in /home/stu/mt. But this