diff options
Diffstat (limited to 'PLUGINS/epgdata/Makefile')
-rw-r--r-- | PLUGINS/epgdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS/epgdata/Makefile b/PLUGINS/epgdata/Makefile index 837c3c1..b10f051 100644 --- a/PLUGINS/epgdata/Makefile +++ b/PLUGINS/epgdata/Makefile @@ -19,7 +19,7 @@ CFLAGS += -I$(EPGD_SRC) all: $(SOFILE) $(SOFILE): $(OBJS) - $(CC) $(CFLAGS) -shared $(OBJS) $(LIBS) -o $@ + $(CC) -shared $(OBJS) $(LIBS) -o $@ install: $(SOFILE) install-config install -D $(SOFILE) $(_PLGDEST)/ |