mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added an empty target to the Makefile to make sure the sub-make for libsi is always called
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile for a libsi
|
||||
#
|
||||
# $Id: Makefile 2.4 2012/12/18 13:35:54 kls Exp $
|
||||
# $Id: Makefile 3.1 2015/02/09 12:28:24 kls Exp $
|
||||
|
||||
### The archiver options:
|
||||
|
||||
@@ -32,6 +32,7 @@ $(DEPFILE): Makefile
|
||||
### Targets:
|
||||
|
||||
all: libsi.a
|
||||
@:
|
||||
|
||||
libsi.a : $(OBJS)
|
||||
$(AR) $(ARFLAGS) $@ $(OBJS)
|
||||
|
Reference in New Issue
Block a user