]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix compatability with ancient 'Make'
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 30 Jun 2008 20:57:02 +0000 (20:57 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 30 Jun 2008 20:57:02 +0000 (20:57 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1229 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile-recursor

index 3738cb7690e305c4300ea7b7b369b31ca1cbd877..53dda7c39d8be07bd0716e00fb20f516f6a03756 100644 (file)
@@ -42,11 +42,13 @@ ifeq ($(STATIC),semi)
        STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc
        LINKCC=$(CC)
        LDFLAGS += malloc.o -ldl -lm
-else ifeq ($(STATIC),full)
+else 
+   ifeq ($(STATIC),full)
        STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static 
        LINKCC=$(CC)
-else
+   else
        LDFLAGS += malloc.o $(LUALIBS)
+   endif
 endif