summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2014-04-17 14:33:12 +0200
committerJohns <johns98@gmx.net>2014-04-17 14:33:12 +0200
commit0cdedb88acfc7c77fafefe2d93598db04a01f1ac (patch)
treec408b3a839cdc156595bfff93bfdfe8415fa72f8 /Makefile
parent42bbb763fd93ee3936ea50e003c0892c791b1214 (diff)
downloadvdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.gz
vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2
Fix "make clean-plugins".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf76c0e..187a917 100644
--- a/Makefile
+++ b/Makefile
@@ -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: