From: Maxim Mamontov Date: Sat, 19 Jan 2013 08:50:21 +0000 (+0200) Subject: Fixed else/enif order. X-Git-Tag: 2.409~369 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/efcc587134538fb345addb153f372e3e5c03b581 Fixed else/enif order. --- diff --git a/projects/sgconf_xml/Makefile b/projects/sgconf_xml/Makefile index 32384e62..b953bb52 100644 --- a/projects/sgconf_xml/Makefile +++ b/projects/sgconf_xml/Makefile @@ -68,9 +68,9 @@ install: install-bin install-data install-bin: ifeq ($(DEBUG), yes) install -D -m $(BIN_MODE) -o $(OWNER) $(PROG) $(PREFIX)/usr/bin/$(PROG) -endif - install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/bin/$(PROG) else + install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/bin/$(PROG) +endif $(MAKE) -C $(DIR_LIBSRC) install uninstall: uninstall-bin uninstall-data