mirror of https://github.com/getdnsapi/getdns.git
Fix double definition, put ifeq at start of the line.
This commit is contained in:
parent
0432d515bf
commit
cead404fc6
|
@ -52,9 +52,6 @@ default: all
|
|||
|
||||
all: libgetdns.la
|
||||
|
||||
example:
|
||||
cd example && $(MAKE) $@
|
||||
|
||||
install: libgetdns.la
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(includedir)
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(includedir)/getdns
|
||||
|
@ -79,7 +76,6 @@ test:
|
|||
example:
|
||||
cd example && $(MAKE) $@
|
||||
|
||||
|
||||
clean:
|
||||
cd test && $(MAKE) $@
|
||||
cd example && $(MAKE) $@
|
||||
|
|
Loading…
Reference in New Issue