Bert wrote:

> Line 30 of your Makefile still contains the GNU make specific automatic
> variable '$^'. You have to substitute it with '$(OBJ)' to make the LINK
> cmd work.

I've tried it, the output complains about missing object files:

---
cc: autoreload_inotify.o: No such file or directory
cc: commands.o: No such file or directory
cc: image.o: No such file or directory
cc: main.o: No such file or directory
cc: options.o: No such file or directory
cc: thumbs.o: No such file or directory
cc: util.o: No such file or directory
cc: window.o: No such file or directory
*** Error 1 in /home/caoc/code/suckless/sxiv (Makefile:30 'sxiv': cc  
-L/usr/X11R6/lib -L/usr/local/lib -o sxiv autoreload_inotify.o command...)
---

On a side note: I suppose you are the author, any plans to make the Makefile
portable?


Thanks!

--
caóc


Reply via email to