chiark / gitweb /
deflibs
authorian <ian>
Sun, 20 Nov 2005 13:08:08 +0000 (13:08 +0000)
committerian <ian>
Sun, 20 Nov 2005 13:08:08 +0000 (13:08 +0000)
pic.make

index 8856d937973ef89ba760cc82898d70b49e611818..478181c66277279efc195fd7cb62b5bcecfdde72 100644 (file)
--- a/pic.make
+++ b/pic.make
@@ -21,7 +21,7 @@ all:          $(TARGETS) $(PROGRAM_HEXES)
 LINK=          gplink -m -o $@ $^
 ASSEMBLE=      gpasm -p 18f458
 
-%-withcfg.hex: %.o config.o $(LIBS)
+%-withcfg.hex: %.o config.o $(LIBS) $(DEFLIBS)
                $(LINK)
 
 %.hex:         %.o $(LIBS) $(DEFLIBS)