mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-09 00:03:57 +00:00
Add empty targets for dependencies in sub make file
This forces make to check if dependency (eg ../Common/Common.a) is more recent than the target
This commit is contained in:
parent
e66484340b
commit
dcb5b4b455
17 changed files with 45 additions and 17 deletions
|
|
@ -12,7 +12,7 @@ OBJECTS = AMBEData.o AnnouncementUnit.o APRSCollector.o APRSWriter.o APRSWriterT
|
|||
.PHONY: all
|
||||
all: Common.a
|
||||
|
||||
Common.a: $(OBJECTS)
|
||||
Common.a: $(OBJECTS) ../ircDDB/IRCDDB.a
|
||||
$(AR) rcs Common.a $(OBJECTS)
|
||||
|
||||
-include $(OBJECTS:.o=.d)
|
||||
|
|
@ -25,3 +25,4 @@ Common.a: $(OBJECTS)
|
|||
clean:
|
||||
$(RM) Common.a *.o *.d *.bak *~
|
||||
|
||||
../ircDDB/IRCDDB.a:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue