From efcc587134538fb345addb153f372e3e5c03b581 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 19 Jan 2013 10:50:21 +0200 Subject: [PATCH] Fixed else/enif order. --- projects/sgconf_xml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2