diff options
author | Johns <johns98@gmx.net> | 2014-04-17 14:33:12 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2014-04-17 14:33:12 +0200 |
commit | 0cdedb88acfc7c77fafefe2d93598db04a01f1ac (patch) | |
tree | c408b3a839cdc156595bfff93bfdfe8415fa72f8 /Makefile | |
parent | 42bbb763fd93ee3936ea50e003c0892c791b1214 (diff) | |
download | vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.gz vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2 |
Fix "make clean-plugins".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,10 +112,10 @@ export CFLAGS = $(call PKGCFG,cflags) export CXXFLAGS = $(call PKGCFG,cxxflags) ifeq ($(CFLAGS),) -$(error CFLAGS not set) +$(warning CFLAGS not set) endif ifeq ($(CXXFLAGS),) -$(error CXXFLAGS not set) +$(warning CXXFLAGS not set) endif ### The version number of VDR's plugin API: |