fixes makefiles

Thu, 05 Oct 2017 17:46:01 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 05 Oct 2017 17:46:01 +0200
changeset 322
d2ca9c2a2fac
parent 321
eb8885a87866
child 323
b1ad3b4ff9f4

fixes makefiles

dav/Makefile file | annotate | diff | comparison | revisions
libidav/Makefile file | annotate | diff | comparison | revisions
--- a/dav/Makefile	Wed Oct 04 13:06:24 2017 +0200
+++ b/dav/Makefile	Thu Oct 05 17:46:01 2017 +0200
@@ -26,9 +26,8 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-ifdef CONF
+CONF=gcc
 include ../$(CONF).mk
-endif
 include ../cppcheck.mk
 
 DAV_SRC  = main.c
--- a/libidav/Makefile	Wed Oct 04 13:06:24 2017 +0200
+++ b/libidav/Makefile	Thu Oct 05 17:46:01 2017 +0200
@@ -26,9 +26,8 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-ifdef CONF
+CONF=gcc
 include ../$(CONF).mk
-endif
 include ../cppcheck.mk
 
 # list of source files

mercurial